summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-27 08:11:05 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-27 08:11:05 +0800
commitfc9e5a5b087f68dc1239ad7629a1575fb83510ac (patch)
tree39be8e7d72375dc6f48399b4d5074f86e148b60c
parentdbf277afecb71c3117f4c4280a30c11b7febddba (diff)
downloadibus-fc9e5a5b087f68dc1239ad7629a1575fb83510ac.tar.gz
ibus-fc9e5a5b087f68dc1239ad7629a1575fb83510ac.tar.xz
ibus-fc9e5a5b087f68dc1239ad7629a1575fb83510ac.zip
Add lookup_table_oritation schema.
-rw-r--r--setup/ibus.schemas14
1 files changed, 11 insertions, 3 deletions
diff --git a/setup/ibus.schemas b/setup/ibus.schemas
index f9842a1..2bd2bb5 100644
--- a/setup/ibus.schemas
+++ b/setup/ibus.schemas
@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<gconfschemafile>
<schemalist>
- <!--
<schema>
<key>/schemas/desktop/ibus/general/preload_engines</key>
<applyto>/desktop/ibus/general/preload_engines</applyto>
<owner>ibus</owner>
<type>list</type>
<list_type>string</list_type>
- <default>[]</default>
<locale name="C">
<short>Preload Engines</short>
<long>Preload Engines during ibus starts up</long>
</locale>
</schema>
- -->
<schema>
<key>/schemas/desktop/ibus/general/hotkey/trigger</key>
<applyto>/desktop/ibus/general/hotkey/trigger</applyto>
@@ -63,6 +60,17 @@
</locale>
</schema>
<schema>
+ <key>/schemas/desktop/ibus/panel/lookup_table_orientation</key>
+ <applyto>/desktop/ibus/panel/lookup_table_orientation</applyto>
+ <owner>ibus</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Orientation of Lookup Table</short>
+ <long>Orientation of Lookup Table. 0 = Horizontal, 1 = Vertical</long>
+ </locale>
+ </schema>
+ <schema>
<key>/schemas/desktop/ibus/panel/use_custom_font</key>
<applyto>/desktop/ibus/panel/use_custom_font</applyto>
<owner>ibus</owner>