summaryrefslogtreecommitdiff
path: root/rhimport.glade
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-02-20 19:27:50 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-02-20 19:27:50 (GMT)
commit9a10f30cdb0484bfbff270d214dc05b862072dc7 (patch)
treeeeb12070b1df3e187bf99e3156a55a9880b3143b /rhimport.glade
parent6ebda554bb37c1a08f16ff80ba0fa504c601ae35 (diff)
added gui signals callbacks
git-svn-id: https://svn.helsinki.at/rhimport/trunk@7 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport.glade')
-rw-r--r--rhimport.glade2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhimport.glade b/rhimport.glade
index 4ed5a77..e573dcb 100644
--- a/rhimport.glade
+++ b/rhimport.glade
@@ -9,6 +9,7 @@
<property name="title">rhimport</property>
<property name="gravity">center</property>
<property name="startup_id">1</property>
+ <signal name="destroy" handler="on_exit"/>
<child>
<widget class="GtkFrame" id="mainframe">
<property name="visible">True</property>
@@ -112,6 +113,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
+ <signal name="clicked" handler="on_exit"/>
</widget>
<packing>
<property name="expand">False</property>