GNOME Bugzilla – Bug 651821
Port PreferencesDialog to GtkBuilder
Last modified: 2011-06-16 03:06:26 UTC
Created attachment 189187 [details] [review] Port PreferencesDialog to GtkBuilder Here's the patch to port our prefs.py to GtkBuilder. This trims down a lot of code (_createUI() is 10 lines now...) and also allow consistent behaviour of the dialog. Previously PreferencesDialog was a GladeWindow, which was a wrapper around GtkWindow. Now that's it a standard GtkDialog, it escapes on ESC key, shades the background app and is modal automatically. What else? :) Patch based on master branch (not Thibault's GtkBuilder branch).
That sounds good, could you please rebase it over the current master so I can actually review it plz ;)
Created attachment 189301 [details] [review] Port PreferencesDialog to GtkBuilder New patch applied against master.
commit d34a5e46435280f257b12f560462b906fd796c38 Author: Stéphane Maniaci <stephane.maniaci@gmail.com> Date: Mon Jun 6 00:36:14 2011 -0700 Port PreferencesDialog to GtkBuilder