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 743097 - Migrate to GtkBuilder
Migrate to GtkBuilder
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.11.x
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks: 742145
 
 
Reported: 2015-01-17 16:45 UTC by Álvaro Peña
Modified: 2015-02-19 09:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
App: Removed references to GtkUIManager (2.70 KB, patch)
2015-02-18 19:47 UTC, Álvaro Peña
committed Details | Review

Description Álvaro Peña 2015-01-17 16:45:19 UTC
GtkUIManager is currently deprecated. Use GtkBuilder to define the UI for the main window and the preferences dialog, in different ui files.
Comment 1 Álvaro Peña 2015-02-18 19:47:52 UTC
Created attachment 297151 [details] [review]
App: Removed references to GtkUIManager

The last references to GtkUIManager has been removed due deprecation.
Comment 2 Álvaro Peña 2015-02-18 19:54:57 UTC
Attachment 297151 [details] pushed as 6f7db91 - App: Removed references to GtkUIManager
Comment 3 Álvaro Peña 2015-02-18 19:56:54 UTC
Review of attachment 297151 [details] [review]:

OK!