diff options
author | damien <damien@mandriva.com> | 2000-12-06 01:17:37 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-12-06 01:17:37 +0000 |
commit | 554e159b3091053c7cda18efebde576f6a7ce5a8 (patch) | |
tree | 93643e5227a52f046f1ae5d2f3ff836e788a23c9 /perl-install/install_gtk.pm | |
parent | 194c9bd72e59dff1a0d16d1db9043ac3ca6799b2 (diff) | |
download | drakx-backup-do-not-use-554e159b3091053c7cda18efebde576f6a7ce5a8.tar drakx-backup-do-not-use-554e159b3091053c7cda18efebde576f6a7ce5a8.tar.gz drakx-backup-do-not-use-554e159b3091053c7cda18efebde576f6a7ce5a8.tar.bz2 drakx-backup-do-not-use-554e159b3091053c7cda18efebde576f6a7ce5a8.tar.xz drakx-backup-do-not-use-554e159b3091053c7cda18efebde576f6a7ce5a8.zip |
errare humanum es
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 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]); } |