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 689747 - privacy: Make popups work more than once
privacy: Make popups work more than once
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Privacy
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-05 23:36 UTC by Matthias Clasen
Modified: 2012-12-06 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
privacy: Make popups work more than once (2.79 KB, patch)
2012-12-05 23:36 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2012-12-05 23:36:17 UTC
When closing the popups with Esc, the window gets a delete event.
Since we want to keep the dialog around, we need to handle that
by connecting the gtk_widget_hide_on_delete handler.
Comment 1 Matthias Clasen 2012-12-05 23:36:19 UTC
Created attachment 230857 [details] [review]
privacy: Make popups work more than once
Comment 2 Bastien Nocera 2012-12-06 00:02:44 UTC
Review of attachment 230857 [details] [review]:

++