GTK: Fix xfce case

This commit is contained in:
Dylan 2016-02-08 23:37:14 +11:00
parent f15f5728ea
commit 438d5e0542
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -1144,7 +1144,7 @@ getgtk () {
"Xfce"*)
if type -p xfconf-query >/dev/null 2>&1; then
gtk2Theme=$(xfconf-query -c xsettings -p /Net/$xfconf)
gtk2theme=$(xfconf-query -c xsettings -p /Net/$xfconf)
fi
;;