summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in36
2 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b1799..0e04d5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-19 svu
+
+ * libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in: added
+ missing gconf schema elements
+
2007-03-19 Luca Ferretti <elle.uca@libero.it>
* configure.in: Added "it" to ALL_LINGUAS
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>