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 3138959d6..456317555 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -249,7 +249,7 @@ sub ask_standalone_gtk {
my ($ox, $oy) = $w->window->get_deskrelative_origin;
$x = $e->{'x'}+$ox; $y = $e->{'y'}+$oy });
$b->signal_connect(button_press_event => sub { $nopop->() });
- $::isEmbedded and gtkflush();
+ $::isEmbedded and flush();
$W->main or return;
$on_services;
}