diff options
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 9d5c6c3f3..34ae7a4de 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -112,10 +112,7 @@ sub vnew { } require_root_capability() if $su; if (check_for_xserver()) { - eval { - use Glib::Object::Introspection; - require interactive::gtk; - }; + eval { require interactive::gtk }; if (!$@) { my $o = interactive::gtk->new; if ($o_icon && $o_icon ne 'default' && !$::isWizard) { $o->{icon} = $o_icon } else { undef $o->{icon} } |