summaryrefslogtreecommitdiff
path: root/libgnomekbd
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@src.gnome.org>2007-03-19 22:19:58 +0000
committerSergey V. Udaltsov <svu@src.gnome.org>2007-03-19 22:19:58 +0000
commitcc931c2d9be43b94e5ed634577765705268d63bb (patch)
treeb8c40d6e01fc99e300b68f706105c00f2868371f /libgnomekbd
parent9e456c88214d8cf887db2eb8b731f75f26656b34 (diff)
downloadlibgnomekbd-cc931c2d9be43b94e5ed634577765705268d63bb.tar.gz
added missing gconf schema elements
svn path=/trunk/; revision=52
Diffstat (limited to 'libgnomekbd')
-rw-r--r--libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in b/libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in
index 881a3e0..740b4f4 100644
--- a/libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in
+++ b/libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in
@@ -189,5 +189,41 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/secondary</key>
+ <applyto>/desktop/gnome/peripherals/keyboard/indicator/secondary</applyto>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Secondary groups</short>
+ <long>Secondary groups</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/showFlags</key>
+ <applyto>/desktop/gnome/peripherals/keyboard/indicator/showFlags</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Show flags in the applet</short>
+ <long>Show flags in the applet to indicate the current layout</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</key>
+ <applyto>/desktop/gnome/peripherals/keyboard/indicator/enabledPlugins</applyto>
+ <owner>gnome</owner>
+ <type>list</type>
+ <list_type>string</list_type>
+ <default>[]</default>
+ <locale name="C">
+ <short>The list of enabled Keyboard Indicator plugins</short>
+ <long>The list of enabled Keyboard Indicator plugins</long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>