aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-12 11:54:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-12 11:54:32 +0000
commit12003b2fb0331b7cf1e11da8b89586d3f56fb260 (patch)
treeb7798b484c49d3d59a9e0ee7b4c3eaa083f37a4e
parent301fe2c60beb21c920dd395bd2ca3359ab237952 (diff)
downloadgnunet-gtk-12003b2fb0331b7cf1e11da8b89586d3f56fb260.tar.gz
gnunet-gtk-12003b2fb0331b7cf1e11da8b89586d3f56fb260.zip
fix sig handler name
-rw-r--r--contrib/gnunet_setup_gtk_main_window.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gnunet_setup_gtk_main_window.glade b/contrib/gnunet_setup_gtk_main_window.glade
index 173b4195..cf08aec8 100644
--- a/contrib/gnunet_setup_gtk_main_window.glade
+++ b/contrib/gnunet_setup_gtk_main_window.glade
@@ -25,7 +25,7 @@
25 <property name="default_height">550</property> 25 <property name="default_height">550</property>
26 <property name="icon_name">preferences-system</property> 26 <property name="icon_name">preferences-system</property>
27 <property name="type_hint">dialog</property> 27 <property name="type_hint">dialog</property>
28 <signal name="close" handler="GNUNET_SETUP_quit_cb" swapped="no"/> 28 <signal name="destroy" handler="GNUNET_SETUP_quit_cb" swapped="no"/>
29 <child internal-child="vbox"> 29 <child internal-child="vbox">
30 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox"> 30 <object class="GtkVBox" id="GNUNET_setup_dialog-vbox">
31 <property name="visible">True</property> 31 <property name="visible">True</property>