diff options
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 543edf386..e3b65e569 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -100,7 +100,7 @@ widget "*" style "default-font" #------------------------------------------------------------------------------ sub default_theme { my ($o) = @_; - $::move ? '/usr/share/themes/Galaxy/gtk-2.0/gtkrc' : + $::move ? '' : $o->{simple_themes} || $o->{vga16} ? 'blue' : 'galaxy'; } |