From 67f39b21b2fb6c254432c91d4f40256e66189eb5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 19 Feb 2004 17:46:06 +0000 Subject: no more global icon in XFdrake --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index b8c9ae167..6aec02673 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -37,7 +37,7 @@ $configure_this = 'resolution' if $0 =~ /Xdrakres/; $configure_this ||= 'everything'; { - my $in = 'interactive'->vnew('su', 'X'); + my $in = 'interactive'->vnew('su'); modules::mergein_conf('/etc/modules.conf') if -r '/etc/modules.conf'; -- cgit v1.2.1