From f6b37f7b9f0d43a5824dd1222c8f017e90ab801b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 27 Sep 2000 15:48:38 +0000 Subject: *** empty log message *** --- perl-install/install_gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_gtk.pm') 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); -- cgit v1.2.1