From 554e159b3091053c7cda18efebde576f6a7ce5a8 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 6 Dec 2000 01:17:37 +0000 Subject: errare humanum es --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 710f71e6e..672e7da51 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -37,7 +37,7 @@ sub load_rc { sub default_theme { my ($o) = @_; @themes = @themes_desktop if $o->{meta_class} eq 'desktop'; - @themes = @themes_desktop if $o->{meta_class} eq 'firewall'; + @themes = @themes_firewall if $o->{meta_class} eq 'firewall'; @themes = @themes_vga16 if $o->{simple_themes} || $o->{vga16}; install_theme($o, $o->{theme} || $themes[0]); } -- cgit v1.2.1