diff options
author | Jani Välimaa <wally@mageia.org> | 2012-09-26 17:43:14 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-09-26 17:43:14 +0000 |
commit | 74d15ff67b692ef5ae723e15b30198a830db2b9f (patch) | |
tree | c6a20b55e1978910ec3261845d20a70c399244b9 | |
parent | d39dae2317ad375e16de571a54778c5847051d97 (diff) | |
download | config-74d15ff67b692ef5ae723e15b30198a830db2b9f.tar config-74d15ff67b692ef5ae723e15b30198a830db2b9f.tar.gz config-74d15ff67b692ef5ae723e15b30198a830db2b9f.tar.bz2 config-74d15ff67b692ef5ae723e15b30198a830db2b9f.tar.xz config-74d15ff67b692ef5ae723e15b30198a830db2b9f.zip |
follow upstream and unset input method properties in xsettings.xml (xfce#5437)
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index e312977..955495e 100644 --- a/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/data/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -33,13 +33,13 @@ <property name="KeyThemeName" type="string" value=""/> <property name="ToolbarStyle" type="string" value="both"/> <property name="ToolbarIconSize" type="int" value="3"/> - <property name="IMPreeditStyle" type="string" value=""/> - <property name="IMStatusStyle" type="string" value=""/> + <!-- <property name="IMPreeditStyle" type="string" value=""/> --> + <!-- <property name="IMStatusStyle" type="string" value=""/> --> + <!-- <property name="IMModule" type="string" value=""/> --> <property name="MenuImages" type="bool" value="true"/> <property name="ButtonImages" type="bool" value="true"/> <property name="MenuBarAccel" type="string" value="F10"/> <property name="CursorThemeName" type="string" value="wonderland"/> <property name="CursorThemeSize" type="int" value="0"/> - <property name="IMModule" type="string" value=""/> </property> </channel> |