summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Lee <jlee@novell.com>2010-01-27 19:03:43 -0600
committerFederico Mena Quintero <federico@novell.com>2010-01-27 19:03:43 -0600
commita2a2c4e334c9226d42a00d04bc518e30e0b7bf7e (patch)
treeeed050659c50ab40d8f0298a13a3e1fb105291a7
parent15824c8e5bbaec1df372817167c7ee8ba95f1390 (diff)
downloadgnome-settings-daemon-a2a2c4e334c9226d42a00d04bc518e30e0b7bf7e.tar.gz
Add GConf schemas for the rfkill hotkey and HAL UDI
-rw-r--r--data/apps_gnome_settings_daemon_keybindings.schemas.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/data/apps_gnome_settings_daemon_keybindings.schemas.in b/data/apps_gnome_settings_daemon_keybindings.schemas.in
index 6e0e7d94..e1b566b2 100644
--- a/data/apps_gnome_settings_daemon_keybindings.schemas.in
+++ b/data/apps_gnome_settings_daemon_keybindings.schemas.in
@@ -46,6 +46,17 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/apps/gnome_settings_daemon/wifi_hal_rfkill</key>
+ <applyto>/apps/gnome_settings_daemon/wifi_hal_rfkill</applyto>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>The function key will call hal to run killswitch function.</short>
+ <long>If this value is True, function key will call HAL to do rfkill.</long>
+ </locale>
+ </schema>
+
<schema>
<key>/schemas/apps/gnome_settings_daemon/wifi_nm_sw_kill</key>
<applyto>/apps/gnome_settings_daemon/wifi_nm_sw_kill</applyto>
@@ -57,17 +68,6 @@
</locale>
</schema>
- <schema>
- <key>/schemas/apps/gnome_settings_daemon/wifi_hw_rfkill_udi</key>
- <applyto>/apps/gnome_settings_daemon/wifi_hw_rfkill_udi</applyto>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>The HAL udi will call by function key to run killswitch function.</short>
- <long>If this udi have setup, function key will call HAL to do hardware rfkill.</long>
- </locale>
- </schema>
-
<schema>
<key>/schemas/apps/gnome_settings_daemon/toggle_touchpad</key>
<applyto>/apps/gnome_settings_daemon/toggle_touchpad</applyto>