GNOME Bugzilla – Bug 622005
[GApplication] There's no way to modify the "default-quit" propertty
Last modified: 2010-07-14 13:40:27 UTC
As subject says, the property is construct only and there's no easy way to set that with current GApplication API.
Created attachment 164010 [details] [review] [GApplication] Make default-quit not apply if register=FALSE Callers who are using g_application_unregistered_try_new are likely wanting to continue doing something else if _register() fails. Change the semantics so that passing register=FALSE unsets default-quit as well. This means that a later _register() call will send Activate but continue the process.
*** Bug 622152 has been marked as a duplicate of this bug. ***
Review on this patch appreciated.