aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-06-07 18:39:05 +0000
committerJani Välimaa <wally@mageia.org>2012-06-07 18:39:05 +0000
commit26b509177bfb27c7df85543c71d0597f8b164f23 (patch)
tree9c2a8201d1d3dfab40131039e00560f213700627
parent7b19c090ca9d5bccfac25f8be18e0c1f0a0db0ce (diff)
downloadconfig-26b509177bfb27c7df85543c71d0597f8b164f23.tar
config-26b509177bfb27c7df85543c71d0597f8b164f23.tar.gz
config-26b509177bfb27c7df85543c71d0597f8b164f23.tar.bz2
config-26b509177bfb27c7df85543c71d0597f8b164f23.tar.xz
config-26b509177bfb27c7df85543c71d0597f8b164f23.zip
fix typo in IconThemeName in xsettings.xml (mga#6294)
-rw-r--r--common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
index 443d7c1..36dc4a5 100644
--- a/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
+++ b/common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
@@ -8,7 +8,7 @@
<property name="CursorBlink" type="bool" value="true"/>
<property name="CursorBlinkTime" type="int" value="1200"/>
<property name="ThemeName" type="string" value="oxygen-gtk"/>
- <property name="IconThemeName" type="string" value="Oxygen"/>
+ <property name="IconThemeName" type="string" value="oxygen"/>
<property name="SoundThemeName" type="string" value="default"/>
<property name="EnableEventSounds" type="bool" value="true"/>
<property name="EnableInputFeedbackSounds" type="bool" value="true"/>