summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/interactive/gtk.pm2
1 files changed, 1 insertions, 1 deletions
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)
};