summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@src.gnome.org>2005-04-10 02:19:13 +0000
committerSergey V. Udaltsov <svu@src.gnome.org>2005-04-10 02:19:13 +0000
commit96ee7376ab296bb8ee8e8a11603263772a25f8f5 (patch)
treec5d139713b4eed4cc1edc069ea9e0314d82d96df /capplets
parentc43d4cc6c81665feaa235ac9fd0b3f7484d4c21a (diff)
downloadgnome-control-center-96ee7376ab296bb8ee8e8a11603263772a25f8f5.tar.gz
improving the preview layout
Diffstat (limited to 'capplets')
-rw-r--r--capplets/keyboard/ChangeLog4
-rw-r--r--capplets/keyboard/gnome-keyboard-properties-xkbpv.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/capplets/keyboard/ChangeLog b/capplets/keyboard/ChangeLog
index f4c0ef08c..1e59bea13 100644
--- a/capplets/keyboard/ChangeLog
+++ b/capplets/keyboard/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-10 Sergey V. Udaltsov <svu@gnome.org>
+
+ * gnome-keyboard-properties-xkbpv.c: improving the preview layout
+
2005-02-08 Sebastien Bacher <seb128@debian.org>
* gnome-keyboard-properties-xkb.c: (setup_xkb_tabs):
diff --git a/capplets/keyboard/gnome-keyboard-properties-xkbpv.c b/capplets/keyboard/gnome-keyboard-properties-xkbpv.c
index fc876c8e7..bd6640ec3 100644
--- a/capplets/keyboard/gnome-keyboard-properties-xkbpv.c
+++ b/capplets/keyboard/gnome-keyboard-properties-xkbpv.c
@@ -46,7 +46,7 @@ extern void _XklXkbConfigCleanupNative( XkbComponentNamesPtr componentNamesPtr )
/* */
#endif
-static KeyboardDrawingGroupLevel groupsLevels[] = {{0,0},{0,1},{0,2},{0,3}};
+static KeyboardDrawingGroupLevel groupsLevels[] = {{0,1},{0,3},{0,0},{0,2}};
static KeyboardDrawingGroupLevel * pGroupsLevels[] = {
groupsLevels, groupsLevels+1, groupsLevels+2, groupsLevels+3 };