GNOME Bugzilla – Bug 590221
Replace libglade with GtkBuilder
Last modified: 2010-05-21 10:38:02 UTC
Patch attached
Created attachment 139542 [details] [review] Replace libglade with GtkBuilder
ping
For the record: In GNOME 2.27, libglade has been deprecated in favor of GtkBuilder. See the official GnomeGoal here: http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder
Forgive me if i'm wrong but is: - glade_xml_path = g_build_filename (DATADIR, PACKAGE, "slab-window.glade", NULL); + window_ui_path = g_build_filename (DATADIR, PACKAGE, "slab-window.ui", NULL); + button_ui_path = g_build_filename (DATADIR, PACKAGE, "slab-button.ui", NULL); redundant?
Whoops, never mind, I need to revisit the differences between glade/gtkbuilder!
(In reply to comment #1) > Created an attachment (id=139542) [details] [review] > Replace libglade with GtkBuilder Robert, could you rework the patch against git master?
(In reply to comment #6) > (In reply to comment #1) > > Created an attachment (id=139542) [details] [review] [details] [review] > > Replace libglade with GtkBuilder > > Robert, could you rework the patch against git master? I guess I should just do it myself.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.