summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@debian.org>2006-01-06 17:45:58 +0000
committerSebastien Bacher <sbacher@src.gnome.org>2006-01-06 17:45:58 +0000
commitfe235fb1ccaba21dac9a178fc2497ab4d229b754 (patch)
treeb192f15bc58c1856bfd438ebd9c7812e9e7cecd6
parent8a98c9d3a9076f2eafb27f0e4f663a3fd5f01ba9 (diff)
downloadgnome-control-center-fe235fb1ccaba21dac9a178fc2497ab4d229b754.tar.gz
make mouse click work with both left/right buttons, patch by akmal
2006-01-06 Sebastien Bacher <seb128@debian.org> * gnome-mouse-properties.glade: make mouse click work with both left/right buttons, patch by akmal <cowdinosaur@gmail.com> (Fixes: #321225)
-rw-r--r--capplets/mouse/ChangeLog6
-rw-r--r--capplets/mouse/gnome-mouse-properties.glade2
2 files changed, 7 insertions, 1 deletions
diff --git a/capplets/mouse/ChangeLog b/capplets/mouse/ChangeLog
index cf52c1edf..2b83d09f1 100644
--- a/capplets/mouse/ChangeLog
+++ b/capplets/mouse/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-06 Sebastien Bacher <seb128@debian.org>
+
+ * gnome-mouse-properties.glade:
+ make mouse click work with both left/right buttons,
+ patch by akmal <cowdinosaur@gmail.com> (Fixes: #321225)
+
2005-11-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-mouse-properties.c: (setup_dialog): Mark some code static
diff --git a/capplets/mouse/gnome-mouse-properties.glade b/capplets/mouse/gnome-mouse-properties.glade
index 4c735e671..9d097fb91 100644
--- a/capplets/mouse/gnome-mouse-properties.glade
+++ b/capplets/mouse/gnome-mouse-properties.glade
@@ -163,7 +163,7 @@
<property name="spacing">6</property>
<child>
- <widget class="GtkCheckButton" id="left_handed_toggle">
+ <widget class="MouseCappletCheckButton" id="left_handed_toggle">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Left-handed mouse</property>