Add back support for '$gtk2/3'

This commit is contained in:
Dylan 2016-02-09 00:47:51 +11:00
parent 438d5e0542
commit 5446b6afd5
1 changed files with 4 additions and 0 deletions

4
fetch
View File

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