summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-02-21 12:42:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-02-21 12:42:19 +0000
commit12e4123d01304ab44d4d8f126adc41796737adc9 (patch)
tree3492f9e308a5d44fd9720db11eddb7b456838ee0 /perl-install/install_gtk.pm
parenta258002e5c03e53ced189ad817e6248d93b8b435 (diff)
downloaddrakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar
drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.gz
drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.bz2
drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.tar.xz
drakx-backup-do-not-use-12e4123d01304ab44d4d8f126adc41796737adc9.zip
remove DarkMarble and blueHeart themes
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index f9dfab493..0a9d22efa 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -12,9 +12,9 @@ use devices;
#-INTERN CONSTANT
#-#####################################################################################
my @themes_vga16 = qw(blue blackwhite savane);
-my @themes_desktop = qw(mdk-Desktop DarkMarble marble3d blueHeart);
+my @themes_desktop = qw(mdk-Desktop marble3d);
my @themes_firewall = qw(mdk-Firewall);
-my @themes = qw(mdk DarkMarble marble3d blueHeart);
+my @themes = qw(mdk marble3d);
my (@background1, @background2);