summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-07-23 11:36:39 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-07-23 11:36:39 -0300
commit6c28263e6b31e6ae324a3c63ac45653b92216a66 (patch)
tree1b55d6961ee0f02d998459dbf0f2f059c77c3cb7
parentc2eaafebc0fe1d41729240e8d90cb788291a939c (diff)
downloadgnome-control-center-6c28263e6b31e6ae324a3c63ac45653b92216a66.tar.gz
night-light: Uncomment signal handler
This was mistakenly introduced ed36688c and was causing a crash when opening the Night Light dialog multiple times.
-rw-r--r--panels/display/cc-night-light-dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/display/cc-night-light-dialog.ui b/panels/display/cc-night-light-dialog.ui
index 55594a5b3..e4a32a4e7 100644
--- a/panels/display/cc-night-light-dialog.ui
+++ b/panels/display/cc-night-light-dialog.ui
@@ -6,7 +6,7 @@
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
- <!-- <signal name="delete-event" handler="gtk_widget_hide_on_delete" object="CcNightLightDialog" swapped="no" /> -->
+ <signal name="delete-event" handler="gtk_widget_hide_on_delete" object="CcNightLightDialog" swapped="no" />
<child internal-child="vbox">
<object class="GtkBox">
<property name="can_focus">False</property>