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 556807 - Replace libglade with GtkBuilder
Replace libglade with GtkBuilder
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
5.25.x
Other All
: Low minor
: 2.28.0
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on: 490678
Blocks: 572883
 
 
Reported: 2008-10-18 06:31 UTC by Robert Ancell
Modified: 2009-04-27 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Most of the way to replacing Glade with GtkBuilder (492.43 KB, patch)
2009-04-03 06:42 UTC, Robert Ancell
needs-work Details | Review
Updated Robert Ancell's patch. (492.41 KB, patch)
2009-04-05 11:36 UTC, David King
rejected Details | Review

Description Robert Ancell 2008-10-18 06:31:48 UTC
A GNOME goal:
http://live.gnome.org/GnomeGoals/RemoveLibGladeUseGtkBuilder

Awaiting good support in Glade (Bug #490678).
Comment 1 Robert Ancell 2009-04-03 06:42:27 UTC
Created attachment 131974 [details] [review]
Most of the way to replacing Glade with GtkBuilder
Comment 2 David King 2009-04-05 11:36:32 UTC
Created attachment 132114 [details] [review]
Updated Robert Ancell's patch.

This patch updates Robert's patch by using gtk_buildable_get_name() to get widget names, as well as appending gmodule-export-2.0 to the pkg-config checks.
Comment 3 Robert Ancell 2009-04-06 02:07:41 UTC
Fixed on head:
http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2473

David, took your changes for gmodule - the other changes didn't work.