summaryrefslogtreecommitdiff
path: root/mini-commander/src/mini-commander-global.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'mini-commander/src/mini-commander-global.schemas.in')
-rw-r--r--mini-commander/src/mini-commander-global.schemas.in31
1 files changed, 0 insertions, 31 deletions
diff --git a/mini-commander/src/mini-commander-global.schemas.in b/mini-commander/src/mini-commander-global.schemas.in
deleted file mode 100644
index b9714085..00000000
--- a/mini-commander/src/mini-commander-global.schemas.in
+++ /dev/null
@@ -1,31 +0,0 @@
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/apps/mini-commander-global/macro_patterns</key>
- <applyto>/apps/mini-commander/macro_patterns</applyto>
- <owner>mini-commander-applet</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
- <locale name="C">
- <short>Macro pattern list</short>
- <long>List of MateConfValue entries containing strings for the macro patterns.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mini-commander-global/macro_commands</key>
- <applyto>/apps/mini-commander/macro_commands</applyto>
- <owner>mini-commander-applet</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[blah]</default> <!-- The default list is set by mc-install-default-macros -->
- <locale name="C">
- <short>Macro command list</short>
- <long>List of MateConfValue entries containing strings for the macro commands.</long>
- </locale>
- </schema>
-
- </schemalist>
-</mateconfschemafile>