Skip to content

Commit

Permalink
Oops. Adding not found behavior for new GTK3 detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bohnenkamper committed Mar 9, 2012
1 parent 9264e44 commit 57e398c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screenfetch-dev
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ detectwmtheme () {
# GTK Theme\Icon\Font Detection - BEGIN # GTK Theme\Icon\Font Detection - BEGIN
detectgtk () { detectgtk () {
gtk2Theme="Not Found" gtk2Theme="Not Found"
gtk3Theme="Not Found"
gtkIcons="Not Found" gtkIcons="Not Found"
gtkFont="Not Found" gtkFont="Not Found"
case $DE in case $DE in
Expand Down

0 comments on commit 57e398c

Please sign in to comment.