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 579894 - Should move from Glade to GtkBuilder
Should move from Glade to GtkBuilder
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks: 572883
 
 
Reported: 2009-04-23 00:18 UTC by Thomas Andersen
Modified: 2009-06-10 21:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ports yelp to GtkBuilder (78.90 KB, patch)
2009-04-23 00:21 UTC, Thomas Andersen
committed Details | Review

Description Thomas Andersen 2009-04-23 00:18:02 UTC
SSIA
Comment 1 Thomas Andersen 2009-04-23 00:21:13 UTC
Created attachment 133154 [details] [review]
Ports yelp to GtkBuilder

Patch ports yelp to GtkBuilder.

Also splits the .glade file into separate .ui files for each dialog.
Drops the unused find_dialog in yelp.glade.
Comment 2 Don Scorgie 2009-04-28 18:36:10 UTC
Patch committed, closing.  Thanks.
Comment 3 Thomas Andersen 2009-04-28 21:19:48 UTC
Thanks Don. Any chance you could review bug #571868 too? It is pretty trivial.

With git please apply patches with either
git am [patch]
or
git commit -a --author "Joe Coder <joe@coder.org>"
to correctly set the author of the patch.