summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-03-10 11:11:19 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-03-10 11:11:19 +0000
commit757f56b14a235f2b7c2c8b06ff98e380533748b6 (patch)
tree9cf70ec9ce008cc1477f86eded0baeba5123b085 /perl-install/install_gtk.pm
parentbea2e86c4a12f496fd1034d7ce4820749bff8a98 (diff)
downloaddrakx-backup-do-not-use-757f56b14a235f2b7c2c8b06ff98e380533748b6.tar
drakx-backup-do-not-use-757f56b14a235f2b7c2c8b06ff98e380533748b6.tar.gz
drakx-backup-do-not-use-757f56b14a235f2b7c2c8b06ff98e380533748b6.tar.bz2
drakx-backup-do-not-use-757f56b14a235f2b7c2c8b06ff98e380533748b6.tar.xz
drakx-backup-do-not-use-757f56b14a235f2b7c2c8b06ff98e380533748b6.zip
meta class desktop also uses galaxy theme, not blue theme
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 54185be8f..30d7da05b 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -95,8 +95,7 @@ widget "*" style "default-font"
#------------------------------------------------------------------------------
sub default_theme {
my ($o) = @_;
- $o->{meta_class} eq 'desktop' ? 'blue' :
- $o->{meta_class} eq 'firewall' ? 'mdk-Firewall' :
+ $o->{meta_class} eq 'firewall' ? 'mdk-Firewall' :
$o->{simple_themes} || $o->{vga16} ? 'blue' : 'galaxy';
}