Fixed typo in XFCE gtk theme stuff

This commit is contained in:
Brett Bohnenkamper
2010-04-05 22:33:48 -05:00
parent ed40eed130
commit aae8db0041
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ detectgtk () {
gtkFont=$(gconftool-2 -g /desktop/gnome/interface/font_name)
fi
;;
'Xfwm4') # Desktop Environment found as "XFCE"
'XFCE') # Desktop Environment found as "XFCE"
if which xfconf-query >/dev/null 2>&1; then
gtkTheme=$(xfconf-query -c xsettings -p /Net/ThemeName)
fi

View File

@@ -286,7 +286,7 @@ detectgtk () {
gtkFont=$(gconftool-2 -g /desktop/gnome/interface/font_name)
fi
;;
'Xfwm4') # Desktop Environment found as "XFCE"
'XFCE') # Desktop Environment found as "XFCE"
if which xfconf-query >/dev/null 2>&1; then
gtkTheme=$(xfconf-query -c xsettings -p /Net/ThemeName)
fi