GNOME Bugzilla – Bug 664969
Use GtkApplication
Last modified: 2011-12-22 11:03:54 UTC
Created attachment 204070 [details] [review] Mahjongg:Use GtkApplication This patch makes Mahjongg use GtkApplication
Created attachment 204072 [details] [review] Mahjongg:Use GtkApplication and remove Gtk.main_quit() This a updated patch to make Mahjongg to use GtkApplication. The previous patch is obsolete.
Review of attachment 204072 [details] [review]: You can also remove the 'delete-event' callback - it destroys the window by default so you don't need to catch it. I've applied this with that change, thanks!