GNOME Bugzilla – Bug 762238
Stop using gtk_alignment_new and use widget properties instead
Last modified: 2016-05-02 16:13:36 UTC
The former is deprecated!
Created attachment 325531 [details] [review] Patch for properties-window
Created attachment 325532 [details] [review] Patch for list-view
Review of attachment 325531 [details] [review]: LGTM thanks!
Review of attachment 325532 [details] [review]: Nice!
Created attachment 326185 [details] [review] Patch for file-conflict-dialog My bad, seems that I forgot to look outside src/. Should be the last of GtkAlignment now.
Review of attachment 326185 [details] [review]: LGTM thanks!
Sorry for resurrecting this, but just making sure you don’t miss that last patch.
(In reply to Ernestas Kulik from comment #7) > Sorry for resurrecting this, but just making sure you don’t miss that last > patch. You mean I committed the first two patches and not the last one? Actually this looks like a mistake with git bz. I can only see I committed the first one, but not with git bz (in that case the commit will appear here) not the others two. Not sure what happened, but good that you caught this. Please feel free to commit them :)
Attachment 326185 [details] pushed as 470235f - file-conflict-dialog: use widget properties instead of GtkAlignment