[Xfce4-commits] r30244 - in xfce4-settings/branches/xfce_4_6: . dialogs/accessibility-settings
Nick Schermer
nick at xfce.org
Fri Jul 10 16:42:40 CEST 2009
Author: nick
Date: 2009-07-10 14:42:40 +0000 (Fri, 10 Jul 2009)
New Revision: 30244
Modified:
xfce4-settings/branches/xfce_4_6/NEWS
xfce4-settings/branches/xfce_4_6/dialogs/accessibility-settings/accessibility-dialog.glade
Log:
Fix mnemonic widgets in accessibility dialog (bug #5550).
Modified: xfce4-settings/branches/xfce_4_6/NEWS
===================================================================
--- xfce4-settings/branches/xfce_4_6/NEWS 2009-07-10 14:40:20 UTC (rev 30243)
+++ xfce4-settings/branches/xfce_4_6/NEWS 2009-07-10 14:42:40 UTC (rev 30244)
@@ -2,6 +2,7 @@
=====
- Avoid causing xfce4-session to time out on startup (bug #5040).
- Fix type in xfconf property name (debian bug #527238).
+- Fix mnemonic widgets in accessibility dialog (bug #5550).
4.6.1
=====
Modified: xfce4-settings/branches/xfce_4_6/dialogs/accessibility-settings/accessibility-dialog.glade
===================================================================
--- xfce4-settings/branches/xfce_4_6/dialogs/accessibility-settings/accessibility-dialog.glade 2009-07-10 14:40:20 UTC (rev 30243)
+++ xfce4-settings/branches/xfce_4_6/dialogs/accessibility-settings/accessibility-dialog.glade 2009-07-10 14:42:40 UTC (rev 30244)
@@ -373,6 +373,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">R_epeat interval:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mouse-emulation-interval</property>
</widget>
<packing>
<property name="top_attach">1</property>
@@ -386,6 +387,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">_Acceleration delay:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mouse-emulation-delay</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
@@ -397,6 +399,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Acceleration _time:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mouse-emulation-time-to-max</property>
</widget>
<packing>
<property name="top_attach">2</property>
@@ -410,6 +413,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Maximum _speed:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mouse-emulation-max-speed</property>
</widget>
<packing>
<property name="top_attach">3</property>
@@ -423,6 +427,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Acceleration _profile:</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">mouse-emulation-curve</property>
</widget>
<packing>
<property name="top_attach">4</property>
More information about the Xfce4-commits
mailing list