-
GNOME-DB backend working again
Posted by lorenb on Mar 28, 2004 in projects
Found the problem with the GNOME-DB backend. Had to comment out these #define’s from sussen.h: #define GNOME_DISABLE_DEPRECATED #define GDK_DISABLE_DEPRECATED #define GTK_DISABLE_DEPRECATED #define G_DISABLE_DEPRECATED Code has been checked into CVS.
-
GtkFileChooser
Posted by lorenb on Mar 28, 2004 in projects
Just checked in some code to cvs which converts all usage of GtkFileSelection to the new API GtkFileChooser. Here is a screenshot of it in action: Still needs a bit of work on the file filters. That will be coming soon. Also note that sussen CVS is currently broken in that the GNOME-DB backend has [...]