night-light: Uncomment signal handler

This was mistakenly introduced ed36688c and was causing
a crash when opening the Night Light dialog multiple times.
This commit is contained in:
Georges Basile Stavracas Neto 2018-07-23 11:36:39 -03:00
parent c2eaafebc0
commit 6c28263e6b

View file

@ -6,7 +6,7 @@
<property name="modal">True</property> <property name="modal">True</property>
<property name="destroy_with_parent">True</property> <property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</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"> <child internal-child="vbox">
<object class="GtkBox"> <object class="GtkBox">
<property name="can_focus">False</property> <property name="can_focus">False</property>