Fix stray gtktheme string

This commit is contained in:
Dylan 2016-02-16 10:52:26 +11:00
parent 1b3e0e71bb
commit c4bd708a09
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -1196,7 +1196,7 @@ getstyle () {
kde_config_file="${kde_config_dir}/share/config/kdeglobals" kde_config_file="${kde_config_dir}/share/config/kdeglobals"
theme=$(grep "^[^#]*$kde" "$kde_config_file") theme=$(grep "^[^#]*$kde" "$kde_config_file")
theme=${gtk3theme/${kde}*=} theme=${theme/${kde}*=}
gtk_shorthand="on" gtk_shorthand="on"
return return