[hamster-applet] bug 602418 - swapped add and remove buttons in toolbar
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [hamster-applet] bug 602418 - swapped add and remove buttons in toolbar
- Date: Thu, 19 Nov 2009 16:10:56 +0000 (UTC)
commit 50248a572d885f8db107ef1a3b2778c56683499e
Author: Toms Bauģis <toms baugis gmail com>
Date: Thu Nov 19 16:10:47 2009 +0000
bug 602418 - swapped add and remove buttons in toolbar
data/stats.ui | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/data/stats.ui b/data/stats.ui
index a51acc5..e6a7e0a 100644
--- a/data/stats.ui
+++ b/data/stats.ui
@@ -84,14 +84,13 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="remove">
+ <object class="GtkToolButton" id="add">
<property name="visible">True</property>
- <property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="tooltip_text" translatable="yes">Remove activity</property>
- <property name="label" translatable="yes">Add</property>
- <property name="stock_id">gtk-remove</property>
- <signal name="clicked" handler="on_remove_clicked"/>
+ <property name="tooltip_text" translatable="yes">Add activity</property>
+ <property name="label" translatable="yes">Remove</property>
+ <property name="stock_id">gtk-add</property>
+ <signal name="clicked" handler="on_add_clicked"/>
</object>
<packing>
<property name="expand">False</property>
@@ -99,13 +98,14 @@
</packing>
</child>
<child>
- <object class="GtkToolButton" id="add">
+ <object class="GtkToolButton" id="remove">
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
- <property name="tooltip_text" translatable="yes">Add activity</property>
- <property name="label" translatable="yes">Remove</property>
- <property name="stock_id">gtk-add</property>
- <signal name="clicked" handler="on_add_clicked"/>
+ <property name="tooltip_text" translatable="yes">Remove activity</property>
+ <property name="label" translatable="yes">Add</property>
+ <property name="stock_id">gtk-remove</property>
+ <signal name="clicked" handler="on_remove_clicked"/>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]