diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-06 19:28:36 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-06 19:28:36 +0000 |
commit | a6096f902a2df839b7e89c084d629840bf52a3a1 (patch) | |
tree | ad0620c8571d2435b9d52b7e786aa48ba01b2344 | |
parent | 162986a76fed3cecd536769f922bb04169850401 (diff) | |
download | drakx-a6096f902a2df839b7e89c084d629840bf52a3a1.tar drakx-a6096f902a2df839b7e89c084d629840bf52a3a1.tar.gz drakx-a6096f902a2df839b7e89c084d629840bf52a3a1.tar.bz2 drakx-a6096f902a2df839b7e89c084d629840bf52a3a1.tar.xz drakx-a6096f902a2df839b7e89c084d629840bf52a3a1.zip |
no_comment
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 6cf1e1af6..43ee42903 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -385,7 +385,7 @@ sub _ask_from_list($$$$) { gtkpack($o->create_box_with_title(@$messages), @$l > 15 ? gtkset_usize(createScrolledWindow($list), 200, 280) : $list)); - $o->flush; # otherwise the moveto is not done + $o->sync; # otherwise the moveto is not done map_index { $list->append($_); &$select($::i) if $def && $_ eq $def; |