diff options
author | Francois Pons <fpons@mandriva.com> | 2000-09-27 15:48:38 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-09-27 15:48:38 +0000 |
commit | f6b37f7b9f0d43a5824dd1222c8f017e90ab801b (patch) | |
tree | af4596089310f35973a6f2f0f223c5f7706a8268 /perl-install/install_gtk.pm | |
parent | 925621b76c29dcbb75934ed010955b3557616c20 (diff) | |
download | drakx-f6b37f7b9f0d43a5824dd1222c8f017e90ab801b.tar drakx-f6b37f7b9f0d43a5824dd1222c8f017e90ab801b.tar.gz drakx-f6b37f7b9f0d43a5824dd1222c8f017e90ab801b.tar.bz2 drakx-f6b37f7b9f0d43a5824dd1222c8f017e90ab801b.tar.xz drakx-f6b37f7b9f0d43a5824dd1222c8f017e90ab801b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r-- | perl-install/install_gtk.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 019f5fa8a..b5f03e7a8 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -43,7 +43,6 @@ sub default_theme { #------------------------------------------------------------------------------ sub install_theme { my ($o, $theme) = @_; - $::live and return; $o->{theme} = $theme || $o->{theme}; @@ -65,7 +64,7 @@ widget "*Steps*" style "small-font" )); } - gtkset_background(@background1);# unless $::testing; + gtkset_background(@background1) unless $::live; #- || testing; create_logo_window($o); create_help_window($o); |