summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-11-25 23:12:31 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-11-25 23:12:31 +0000
commit11a72ab7934c3d66f6b57d8d8b5f7ab7642c61c6 (patch)
treed3fbbd89612a763151309a29482833a4c58c3da5
parent1ebe0b07b2f39d51579fb0c86f02b3685eab33b0 (diff)
downloadtotem-11a72ab7934c3d66f6b57d8d8b5f7ab7642c61c6.tar.gz
Patch from Frank Arnold <frank@scirocco-5v-turbo.de> to fix the access
2005-11-25 Bastien Nocera <hadess@hadess.net> * data/totem.glade: Patch from Frank Arnold <frank@scirocco-5v-turbo.de> to fix the access keys for saturation and hue being mixed up (Closes: #322228)
-rw-r--r--ChangeLog6
-rw-r--r--data/totem.glade4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7517a81bf..29317bae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-25 Bastien Nocera <hadess@hadess.net>
+
+ * data/totem.glade: Patch from Frank Arnold <frank@scirocco-5v-turbo.de>
+ to fix the access keys for saturation and hue being mixed up
+ (Closes: #322228)
+
2005-11-24 Bastien Nocera <hadess@hadess.net>
* NEWS: upd
diff --git a/data/totem.glade b/data/totem.glade
index 0e14683e4..1108d84bd 100644
--- a/data/totem.glade
+++ b/data/totem.glade
@@ -1160,7 +1160,7 @@ Extra Large</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">tpw_contrast_scale</property>
+ <property name="mnemonic_widget">tpw_saturation_scale</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
@@ -1189,7 +1189,7 @@ Extra Large</property>
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">tpw_contrast_scale</property>
+ <property name="mnemonic_widget">tpw_hue_scale</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>