diff options
author | Anders Carlsson <andersca@gnu.org> | 2002-05-06 07:13:50 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@src.gnome.org> | 2002-05-06 07:13:50 +0000 |
commit | 55803cc239249f997bc47940c991c40e47cb9264 (patch) | |
tree | f14f9aa282ec686a91e3180ed1ab431ae2937fb4 /schemas | |
parent | 6cdacb60eec50f1066e1360dd8c6d7bf3e16e47e (diff) | |
download | gnome-control-center-55803cc239249f997bc47940c991c40e47cb9264.tar.gz |
We now hard-code the key list, so this isn't neede anymore.
2002-05-06 Anders Carlsson <andersca@gnu.org>
* schemas/apps_gnome_keybinding_properties.schemas:
We now hard-code the key list, so this isn't neede anymore.
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/apps_gnome_keybinding_properties.schemas | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/schemas/apps_gnome_keybinding_properties.schemas b/schemas/apps_gnome_keybinding_properties.schemas deleted file mode 100644 index 73075c75b..000000000 --- a/schemas/apps_gnome_keybinding_properties.schemas +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0"?> -<gconfschemafile> - <schemalist> - <schema> - <applyto>/apps/gnome_keybinding_properties/keybinding_key_list</applyto> - <key>/schemas/apps/gnome_keybinding_properties/keybinding_key_list</key> - <owner>gnome-control-center</owner> - <type>list</type> - <list_type>string</list_type> - <default>[/apps/panel/global/run_key,/apps/panel/global/menu_key,/apps/panel/global/screenshot_key,/apps/panel/global/window_screenshot_key]</default> - <locale name="C"> - <short>List of GConf keys that the keybinding dialog can configure</short> - <long>List of GConf keys that the keybinding dialog can - configure. The keys pointed must be keys that use the standard - keybinding storage scheme.</long> - </locale> - </schema> - </schemalist> -</gconfschemafile> |