diff options
-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 c211b6ea4..b3857dea7 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -74,7 +74,7 @@ sub default_theme { sub install_theme { my ($o) = @_; - $o->{theme} ||= default_theme(); + $o->{theme} ||= default_theme($o); load_rc($o, "themes-$o->{theme}"); Gtk2::Rc->parse_string(q( |