xfce4-settings: fixed customization patch.

This commit is contained in:
Juan RP 2012-05-03 08:46:09 +02:00
parent 0e8508fd05
commit da1e35f17f
2 changed files with 3 additions and 2 deletions

View file

@ -10,8 +10,8 @@
<property name="Net" type="empty"> <property name="Net" type="empty">
- <property name="ThemeName" type="empty"/> - <property name="ThemeName" type="empty"/>
- <property name="IconThemeName" type="empty"/> - <property name="IconThemeName" type="empty"/>
+ <property name="ThemeName" type="Xfce"/> + <property name="ThemeName" type="string" value="Xfce"/>
+ <property name="IconThemeName" type="gnome"/> + <property name="IconThemeName" type="string" value="gnome"/>
<property name="DoubleClickTime" type="int" value="250"/> <property name="DoubleClickTime" type="int" value="250"/>
<property name="DoubleClickDistance" type="int" value="5"/> <property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/> <property name="DndDragThreshold" type="int" value="8"/>

View file

@ -1,6 +1,7 @@
# Template file for 'xfce4-settings' # Template file for 'xfce4-settings'
pkgname=xfce4-settings pkgname=xfce4-settings
version=4.10.0 version=4.10.0
revision=1
homepage="http://xfce.org" homepage="http://xfce.org"
distfiles="http://archive.xfce.org/src/xfce/xfce4-settings/4.10/$pkgname-$version.tar.bz2" distfiles="http://archive.xfce.org/src/xfce/xfce4-settings/4.10/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure