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 0ddaaf79a..a4dbc8e3a 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -252,7 +252,7 @@ sub ask_standalone_gtk {
sub ask {
my ($in, $prefix) = @_;
- !$::isInstall && $in->isa('interactive_gtk') ? &ask_standalone_gtk : &ask_install;
+ !$::isInstall && $in->isa('interactive::gtk') ? &ask_standalone_gtk : &ask_install;
}
sub doit {