diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-02-21 03:21:44 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-02-21 03:21:44 (GMT) |
commit | a2af623db27087aed4145309ff0d3b04bec25c71 (patch) | |
tree | 072b98f0c61fbf961e947da1608b8163aa708b62 /rhimport.glade | |
parent | f3fc2edd61405ae40360258f9eb743342f05235a (diff) |
fixed file headers
wiget name refactoring
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> |