GNOME Bugzilla – Bug 704251
Port alarm setup dialog to composite template
Last modified: 2013-07-17 07:53:38 UTC
Please review the attached patch.
Created attachment 249201 [details] [review] Port alarm setup dialog to composite template
Review of attachment 249201 [details] [review]: I have not tested it, but it looks good to commit. Just a minor nitpick below to amend before pushing it ::: src/alarm.vala @@ -255,2 +256,3 @@ private class SetupDialog : Gtk.Dialog { private Utils.WallClock.Format format; + [GtkChild] tabs vs spaces (also on the lines below)
And one thing I wanted to test additionally is the definition of local variables with the [GtkChild] attribute in the constructor of the AlarmSetupDialog.
Created attachment 249274 [details] [review] patch proposal
(In reply to comment #2) > Review of attachment 249201 [details] [review]: > > I have not tested it, but it looks good to commit. Just a minor nitpick below > to amend before pushing it > > ::: src/alarm.vala > @@ -255,2 +256,3 @@ > private class SetupDialog : Gtk.Dialog { > private Utils.WallClock.Format format; > + [GtkChild] > > tabs vs spaces > > (also on the lines below) Thanks. improved. With this patch we can get rid of the Gtk.Stock.CANCEL deprecation warnings.
Review of attachment 249274 [details] [review]: looks good