[gnome-control-center] wacom: Fix styluys back/forward button assignments



commit c58b8b0b90dedb7fa28ab937af7cd67fa8779efc
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 17 16:54:22 2014 +0200

    wacom: Fix styluys back/forward button assignments
    
    The list store contained the wrong values.
    
    Spotted by the viclim gmail com
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728880

 panels/wacom/wacom-stylus-page.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/wacom/wacom-stylus-page.ui b/panels/wacom/wacom-stylus-page.ui
index fcc74da..d022e68 100644
--- a/panels/wacom/wacom-stylus-page.ui
+++ b/panels/wacom/wacom-stylus-page.ui
@@ -52,11 +52,11 @@
         <col id="1" translatable="yes">Scroll Right</col>
       </row>
       <row>
-        <col id="0">7</col>
+        <col id="0">8</col>
         <col id="1" translatable="yes">Back</col>
       </row>
       <row>
-        <col id="0">8</col>
+        <col id="0">9</col>
         <col id="1" translatable="yes">Forward</col>
       </row>
     </data>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]