diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-03-24 14:21:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-03-24 14:21:08 (GMT) |
commit | 20f753dec4fa15abc9e7bd685d6666a3ce2e20e7 (patch) | |
tree | 889d4f7b73fbf1b2ca9bc325026cca9014f6a023 /rhimport.glade | |
parent | 35aa26e2a79aa7ece3346661233de40e0a494058 (diff) |
added progress bar
git-svn-id: https://svn.helsinki.at/rhimport/trunk@25 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport.glade')
-rw-r--r-- | rhimport.glade | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rhimport.glade b/rhimport.glade index ae63bf8..dfc15a0 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -107,6 +107,7 @@ <child> <widget class="GtkComboBox" id="co_dropbox"> <property name="visible">True</property> + <signal name="changed" handler="on_co_dropbox_changed"/> </widget> <packing> <property name="position">0</property> @@ -151,6 +152,7 @@ <property name="orientation">vertical</property> <property name="use_preview_label">False</property> <property name="preview_widget_active">False</property> + <signal name="selection_changed" handler="on_filechooser_selection_changed"/> </widget> <packing> <property name="position">5</property> |