From 7c55459f9d70d9ceaa300cf869185b531cc9c30e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 1 Jul 2004 00:13:52 +0000 Subject: revert ugly code printing "This program cannot be run in console mode", it is easily done in ugtk2.pm --- perl-install/standalone/drakbug | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'perl-install/standalone/drakbug') diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index a0ac09265..7cce5ec9e 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -23,16 +23,7 @@ use lib qw(/usr/lib/libDrakX); use standalone; use common; -BEGIN { - eval { - require ugtk2; - ugtk2->import(qw(:all)); - }; - if ($@) { - print "This program cannot be run in console mode.\n"; - c::_exit(0); #- skip ugtk2::END - } -} +use ugtk2 qw(:all); use Config; my $bugzilla_url = "http://drakbug.mandrakesoft.com"; -- cgit v1.2.1