After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 622152 - [patch] make default-quit property in GApplication settable outside of the constructor
[patch] make default-quit property in GApplication settable outside of the co...
Status: RESOLVED DUPLICATE of bug 622005
Product: glib
Classification: Platform
Component: gio
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-06-20 07:15 UTC by Saleem Abdulrasool
Modified: 2010-06-21 05:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0003-make-default-quit-settable.patch (915 bytes, patch)
2010-06-20 07:36 UTC, Saleem Abdulrasool
none Details | Review

Description Saleem Abdulrasool 2010-06-20 07:15:29 UTC
Perhaps I am missing something, but is there a reason that GApplication marks the default-quit as a constructor-only property?  This is particularly problematic given that there is no g_application_new_full or something to that effect.
Comment 1 Saleem Abdulrasool 2010-06-20 07:36:04 UTC
Created attachment 164108 [details] [review]
0003-make-default-quit-settable.patch

Adding a simple patch to make default-quit settable outside of the constructor.
Comment 2 A. Walton 2010-06-20 08:38:07 UTC
Looks like a dup of bug #622005.
Comment 3 Christian Dywan 2010-06-21 05:19:23 UTC

*** This bug has been marked as a duplicate of bug 622005 ***