From c0952e072ad1464848ca0914a2d3893312d955e0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 16 Mar 2005 16:13:20 +0000 Subject: (ask_fromW) remove unecessary sync (which was needed to workaround CList bug but now make TreeViews breaking CheckBoxes) --- perl-install/interactive/gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive/gtk.pm') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 5d35da376..457368750 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -619,7 +619,7 @@ sub ask_fromW { $advanced ? $w->show : $w->hide; } @widgets = (@widgets_always, if_($advanced, @widgets_advanced)); - $mainw->sync; #- for $set_all below (mainly for the set of clist) + #$mainw->sync; #- for $set_all below (mainly for the set of clist) $first_time = 0; $set_all->(); #- must be done when showing advanced lists (to center selected value) }; -- cgit v1.2.1