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 648969 - PATCH: don't call gtk_main_quit if AccountService is unavailable
PATCH: don't call gtk_main_quit if AccountService is unavailable
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-04-29 18:30 UTC by David Benjamin
Modified: 2011-05-16 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: don't call gtk_main_quit if AccountService is unavailable (1.45 KB, patch)
2011-04-29 18:30 UTC, David Benjamin
committed Details | Review

Description David Benjamin 2011-04-29 18:30:38 UTC
Created attachment 186895 [details] [review]
user-accounts: don't call gtk_main_quit if AccountService is unavailable

[I'm refiling this because it appears my old bug disappeared and the number now points to a different bug. I gather Bugzilla fell over at some point?]

If AccountService is unavailable, the error dialog calls gtk_main_quit after you close it. Instead the panel should just be desensitized to avoid killing the entire process.

Patch attached.
Comment 1 Bastien Nocera 2011-05-16 14:35:39 UTC
Thanks very much for the patch, and it was lost indeed.

Attachment 186895 [details] pushed as 61623a1 - user-accounts: don't call gtk_main_quit if AccountService is unavailable