GNOME Bugzilla – Bug 671904
main: Avoid warning on exit
Last modified: 2012-03-12 20:14:35 UTC
.
Created attachment 209483 [details] [review] main: Avoid warning on exit When the last window is destroyed, GApplication will automatically exit the main loop. Stops warnings like this on exit: Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
Comment on attachment 209483 [details] [review] main: Avoid warning on exit (In reply to comment #1) > Stops warnings like this on exit: > Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed This warning appeared due to changes in GTK+ 3.3.4, so I added that information to the patch and pushed it to master as commit 9628045226e055b8fbd809f7f814c3509df58f8d. Thanks!