bugfix for crash when user empties trash bin

bug introduced with latest patch for memory leaks
When a widget is not constant but changed during operation it mustn't be "manged" automatically by gtk.
This commit is contained in:
ffsup2
2011-05-13 23:13:34 +02:00
commit 446cddcc80
684 changed files with 147426 additions and 0 deletions

14
winclude/jversion.h Executable file
View File

@@ -0,0 +1,14 @@
/*
* jversion.h
*
* Copyright (C) 1991-1998, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains software version identification.
*/
#define JVERSION "6b 27-Mar-1998"
#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"