Skip to content

Commit

Permalink
Attempting to fix pesky GTK3 section weirdness. Continuing to cause p…
Browse files Browse the repository at this point in the history
…roblems.
  • Loading branch information
Brett Bohnenkamper committed Aug 9, 2012
1 parent 14659dd commit a2035e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenfetch-dev
Expand Up @@ -814,7 +814,7 @@ detectgtk () {
fi

# Proper gtk3 Theme detection
if [ -x $(which gsettings) ] && [ "$distro" != "Mac OS X" ]; then
if [ $(which gsettings) ] && [ "$distro" != "Mac OS X" ]; then
gtk3Theme="$(gsettings get org.gnome.desktop.interface gtk-theme | tr -d \"\'\")"
fi

Expand Down

0 comments on commit a2035e5

Please sign in to comment.