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 721163 - network: hide hotspot dialog on Escape
network: hide hotspot dialog on Escape
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Network
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-28 17:37 UTC by Frederic Peters
Modified: 2014-01-08 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: hide hotspot dialog on Escape (987 bytes, patch)
2013-12-28 17:37 UTC, Frederic Peters
committed Details | Review

Description Frederic Peters 2013-12-28 17:37:01 UTC
The hotspot dialog gets destroyed when pressing Escape, and cannot therefore be
opened a second time.  The patch sets gtk_widget_hide_on_delete() as
delete-event signal to avoid this.
Comment 1 Frederic Peters 2013-12-28 17:37:03 UTC
Created attachment 264976 [details] [review]
network: hide hotspot dialog on Escape
Comment 2 Bastien Nocera 2014-01-07 08:50:19 UTC
Review of attachment 264976 [details] [review]:

Looks good.
Comment 3 Frederic Peters 2014-01-08 13:23:41 UTC
Attachment 264976 [details] pushed as 5e35864 - network: hide hotspot dialog on Escape