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 | 7b529f97bc019b0bed12c0e684a251ed587c42a6 (patch) | |
tree | 072b98f0c61fbf961e947da1608b8163aa708b62 /rhimport.glade | |
parent | cf04d28872f289dd08a97dc17a882f01979e8d6e (diff) |
fixed file headers
wiget name refactoring
git-svn-id: https://svn.helsinki.at/rhimport/trunk@13 7c65635b-ec39-4f67-a626-873dbafdd612
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> |