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 | d88725966786bce05a961438c673b62d86ea64ce (patch) | |
tree | 889d4f7b73fbf1b2ca9bc325026cca9014f6a023 /rhimport.glade | |
parent | 5b52de65b47f868e0b3224e06e766116afc81b39 (diff) |
added progress bar
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> |