[gnome-control-center/gnome-3-12] wacom: Fix stylus back/forward button assignments
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-12] wacom: Fix stylus back/forward button assignments
- Date: Thu, 17 Jul 2014 14:58:48 +0000 (UTC)
commit 0f385c8bdb962455c370fd8dc4c61893fdf4b9ce
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jul 17 16:54:22 2014 +0200
wacom: Fix stylus 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]