summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index 44a915adf..d1d9ab783 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -239,7 +239,7 @@ sub ask_standalone_gtk {
sub ask {
my ($in, $prefix) = @_;
- !$::isInstall && ref($in) =~ /gtk/ ? &ask_standalone_gtk : &ask_install;
+ !$::isInstall && $in->isa('interactive_gtk') ? &ask_standalone_gtk : &ask_install;
}
sub doit {