After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590819 - Migrate from libglade to GtkBuilder
Migrate from libglade to GtkBuilder
Status: RESOLVED FIXED
Product: giggle
Classification: Other
Component: UI: General
HEAD
Other Linux
: Normal normal
: ---
Assigned To: Mathias Hasselmann (IRC: tbf)
Depends on:
Blocks: 572883
 
 
Reported: 2009-08-05 09:57 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-01-21 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Migrate to GtkBuilder (3.25 KB, patch)
2009-08-25 09:26 UTC, Stephane Delcroix
committed Details | Review

Description Javier Jardón (IRC: jjardon) 2009-08-05 09:57:05 UTC
In GNOME 2.27, libglade has been deprecated in favor of GtkBuilder. See
http://library.gnome.org/devel/gtk/stable/gtk-migrating-GtkBuilder.html for
migration instructions. Also see
http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder

$ git grep glade_
data/Makefile.am:dist_glade_DATA = \
src/giggle-remote-editor.c:     xml = glade_xml_new (GLADEDIR "/main-window.glade", "remote_vbox", NULL);
src/giggle-remote-editor.c:                                  glade_xml_get_widget (xml, "remote_vbox"));
src/giggle-remote-editor.c:     priv->entry_name = glade_xml_get_widget (xml, "entry_remote_name");;
src/giggle-remote-editor.c:     priv->entry_url = glade_xml_get_widget (xml, "entry_remote_url");;
src/giggle-remote-editor.c:     priv->treeview_branches = glade_xml_get_widget (xml, "treeview_remote_branches");
Comment 1 Stephane Delcroix 2009-08-25 09:26:30 UTC
Created attachment 141622 [details] [review]
Migrate to GtkBuilder
Comment 2 Javier Jardón (IRC: jjardon) 2010-01-21 18:23:11 UTC
Comment on attachment 141622 [details] [review]
Migrate to GtkBuilder

commit cd6a9d39166b15fa673a2d3fd2eab0c4750c7c15
Comment 3 Javier Jardón (IRC: jjardon) 2010-01-21 18:23:35 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.

Thank you Stephane!