diff options
Diffstat (limited to 'rhimport.glade')
-rw-r--r-- | rhimport.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rhimport.glade b/rhimport.glade index c1283d4..9699d2c 100644 --- a/rhimport.glade +++ b/rhimport.glade @@ -121,14 +121,14 @@ </packing> </child> <child> - <widget class="GtkButton" id="b_ok"> + <widget class="GtkButton" id="b_apply"> <property name="label">gtk-apply</property> <property name="width_request">130</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> - <signal name="clicked" handler="on_b_ok_clicked"/> + <signal name="clicked" handler="on_b_apply_clicked"/> </widget> <packing> <property name="expand">False</property> |