summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm
index 62446a68f..17b4843e3 100644
--- a/perl-install/install_gtk.pm
+++ b/perl-install/install_gtk.pm
@@ -169,6 +169,7 @@ sub update_steps_position {
}
$last_step = $_;
}
+ mygtk2::flush(); #- for auto_installs which never go through the Gtk2 main loop
}
#------------------------------------------------------------------------------