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

7
rtgui/ppversion.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _PPVERSION_
#define _PPVERSION_
// This number have to be incremented whenever the PP3 file format is modified
#define PPVERSION 300
#endif