summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-01-26 15:20:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-01-26 15:20:16 +0000
commit9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5 (patch)
treea724384a5108a5b117a5cb864d40ae5033d41bfe
parent801fb12d1ff2c9ac167452b8f76ba32168065667 (diff)
downloaddrakx-backup-do-not-use-9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5.tar
drakx-backup-do-not-use-9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5.tar.gz
drakx-backup-do-not-use-9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5.tar.bz2
drakx-backup-do-not-use-9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5.tar.xz
drakx-backup-do-not-use-9a84da9a89b35cbe47ea8b1836474cfcff4bfcc5.zip
for auto_installs which never go through the Gtk2 main loop
-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..3915cbb0c 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();
}
#------------------------------------------------------------------------------