diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-18 17:07:06 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-18 17:07:06 +0000 |
commit | e1e32d7eabd189310ea504768c4076ed5ad7975f (patch) | |
tree | 5ed252ce7a45da110d4643da46f7ff2d4c4b1dea /common | |
parent | 4253f73e6a8edd33669018ab1690dde3801a5c0c (diff) | |
download | config-e1e32d7eabd189310ea504768c4076ed5ad7975f.tar config-e1e32d7eabd189310ea504768c4076ed5ad7975f.tar.gz config-e1e32d7eabd189310ea504768c4076ed5ad7975f.tar.bz2 config-e1e32d7eabd189310ea504768c4076ed5ad7975f.tar.xz config-e1e32d7eabd189310ea504768c4076ed5ad7975f.zip |
- fix oxygen icon theme name (mga#6294)
Diffstat (limited to 'common')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 2 |
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"/> |