GNOME Bugzilla – Bug 658399
Port from unique to GtkApplication
Last modified: 2012-01-11 16:39:13 UTC
http://developer.gnome.org/gtk3/stable/gtk-migrating-GtkApplication.html
Created attachment 204965 [details] [review] Port from unique to GtkApplication
Review of attachment 204965 [details] [review]: Looks good. ::: src/file-share-properties.c @@ +471,3 @@ +static GtkWidget * +create_window () (void). Empty brackets means "anything goes", not nothing. @@ +662,3 @@ + + if (list) +{ coding style.
Created attachment 204967 [details] [review] Port from unique to GtkApplication.v2 New patch with your comments
Comment on attachment 204967 [details] [review] Port from unique to GtkApplication.v2 committed after get an ACK from Bastian on the IRC commit 70577007a8ecce66bf6b547bda863235bc1d6f48
Closing. Thanks for the fast review!