Add back support for '$gtk2/3'

This commit is contained in:
Dylan 2016-02-09 00:47:51 +11:00
parent 438d5e0542
commit 5446b6afd5

4
fetch
View file

@ -1178,6 +1178,10 @@ getgtk () {
;; ;;
esac esac
# Toggle visibility of gtk themes.
[ "$gtk2" == "off" ] && unset gtk2theme
[ "$gtk3" == "off" ] && unset gtk3theme
# Format the string based on which themes exist # Format the string based on which themes exist
if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then if [ "$gtk2theme" ] && [ "$gtk2theme" == "$gtk3theme" ]; then
gtk3theme+=" [GTK2/3]" gtk3theme+=" [GTK2/3]"