GNOME Bugzilla – Bug 664966
Use GtkApplication
Last modified: 2011-12-22 11:06:01 UTC
Created attachment 204017 [details] [review] This patch makes gnomine use GtkApplication I just simply followed the changes in Gnotravex.
Review of attachment 204017 [details] [review]: You have an obsolete comment: +/*public class GnoMine : Gtk.Application*/ Also, you can't use Gtk.main_quit () with GtkApplication, see: http://git.gnome.org/browse/gnome-games/commit/?id=4f55ff2176c8aae80bee55f84ec3635a8d027d7a
Created attachment 204073 [details] [review] Gnomine:Use GtkApplication and remove Gtk.main_quit() This a updated patch to make Gnomine to use GtkApplication. The previous patch is obsolete.
Review of attachment 204073 [details] [review]: Applied with the same change made to the mahjongg patch. Thanks!