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 590221 - Replace libglade with GtkBuilder
Replace libglade with GtkBuilder
Status: RESOLVED FIXED
Product: gnome-main-menu
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME main menu maintainers
GNOME main menu maintainers
Depends on:
Blocks: 572883
 
 
Reported: 2009-07-30 07:03 UTC by Robert Ancell
Modified: 2010-05-21 10:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace libglade with GtkBuilder (118.48 KB, patch)
2009-07-30 07:04 UTC, Robert Ancell
none Details | Review

Description Robert Ancell 2009-07-30 07:03:45 UTC
Patch attached
Comment 1 Robert Ancell 2009-07-30 07:04:21 UTC
Created attachment 139542 [details] [review]
Replace libglade with GtkBuilder
Comment 2 Robert Ancell 2009-09-02 01:04:58 UTC
ping
Comment 3 Javier Jardón (IRC: jjardon) 2009-09-02 01:59:54 UTC
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
Comment 4 Nick G 2009-11-10 13:29:12 UTC
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?
Comment 5 Nick G 2009-11-10 13:49:19 UTC
Whoops, never mind, I need to revisit the differences between glade/gtkbuilder!
Comment 6 Julian Andres Klode 2010-05-05 14:19:55 UTC
(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?
Comment 7 Julian Andres Klode 2010-05-05 15:09:03 UTC
(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.
Comment 8 Vincent Untz 2010-05-21 10:38:02 UTC
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.