GNOME Bugzilla – Bug 757414
[PATCHes] clear-data-dialog.ui: Unbloat.
Last modified: 2015-11-01 15:33:33 UTC
Here is a set of patches to clean the code of the ClearDataDialog’s class.
Created attachment 314552 [details] [review] clear-data-dialog.ui: Manually unbloat.
Created attachment 314553 [details] [review] clear-data-dialog.ui: Make unresizable.
Created attachment 314554 [details] [review] clear-data-dialog.ui: Kill a level of GtkBox.
Created attachment 314555 [details] [review] ClearDataDialog: Define signals in the UI file.
Created attachment 314556 [details] [review] ClearDataDialog: Default dialog to only clear cache.
Review of attachment 314552 [details] [review]: r+
Review of attachment 314553 [details] [review]: r+
Review of attachment 314554 [details] [review]: LGTM
Review of attachment 314555 [details] [review]: ::: src/clear-data-dialog.c @@ +141,2 @@ static void +clear_data_dialog_class_init (ClearDataDialogClass *klass) And after moving update_flags below, in the next patch, class_init has found its way to be right above the instance init, which is the best place anyway.
Review of attachment 314556 [details] [review]: Yup