GNOME Bugzilla – Bug 587368
should use gtkbuilder rather than libglade
Last modified: 2009-07-30 16:16:15 UTC
nautilus-sendto should use gtkbuilder rather than libglade
Created attachment 137586 [details] [review] use gtkbuilder rather than libglade
Created attachment 137587 [details] the corresponding gtkbuilder.ui git diff didn't list the new .ui for some reason so adding it now there
git diff doesn't diff new files. Instead you should do a commit and use git format-patch (so I don't have to add committer details or commit message by hand).
I fixed that little snafu: + g_warning ("Couldn't load builder file: s", error->message); commit c7735102a4525c669cf06d3ed4521901961d940f Author: Sebastien Bacher <seb128@ubuntu.com> Date: Wed Jul 29 16:40:43 2009 +0100 Bug 587368 – should use gtkbuilder rather than libglade Remove libglade dependency and use libglade instead
Thanks for catching the typo and for the git hints, the error is on http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html for the g_debug syntax, do you know how we can get the library documentation update or where to report bugs about that one?
(the typo was in the gtk documentation and mclasen will fix it now)