diff options
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index a35378eef..3b232919b 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -86,16 +86,7 @@ use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' -BEGIN { - eval { - require ugtk2; - ugtk2->import(qw(:create :dialogs :helpers :wrappers)); - }; - if ($@) { - print "This program cannot be run in console mode.\n"; - c::_exit(0); #- skip ugtk2::END - } -} +use ugtk2 qw(:create :dialogs :helpers :wrappers); use common; require_root_capability(); |