From 7d143d47c31a37e26e32a920ebd90007508df289 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 25 Jul 2008 11:10:22 +0000 Subject: revert r243632 from 2008-07-24 ("set META_CLASS as 'download' so that we got 'Ia Ora Smooth' theme") since we'd better set the theme through /etc/gtk-2.0/gtkrc because altering META_CLASS can trigger unwanted behavior in rpm scriptlets, which might use $META_CLASS --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index bad70e6ea..dc59f62f5 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -545,7 +545,7 @@ sub main { } log::l("META_CLASS=$o->{meta_class}"); - $ENV{META_CLASS} = 'download'; #- for Ia Ora Smooth + $ENV{META_CLASS} = $o->{meta_class}; #- for Ia Ora foreach (@::auto_steps) { if (my $s = $o->{steps}{/::(.*)/ ? $1 : $_}) { -- cgit v1.2.1