From 757633bd64c05ee197d4d26471f66b922ef65074 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 22 Sep 2000 14:11:58 +0000 Subject: *** empty log message *** --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 9b16f93f4..acf5376fb 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -191,7 +191,7 @@ sub create_logo_window { $w->{rwindow}->set_usize($::logowidth, $::logoheight); $w->{rwindow}->set_name("logo"); $w->show; - my $file = "logo-mandrake.xpm"; + my $file = $o->{meta_class} eq 'desktop' ? "logo-mandrake-Desktop.xpm" : "logo-mandrake.xpm"; -r $file or $file = "$ENV{SHARE_PATH}/$file"; if (-r $file) { my $ww = $w->{window}; -- cgit v1.2.1