From 41bdffb6d2bad4445b5469d7dc7d71dec78adeb3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 28 Oct 2009 16:47:48 +0000 Subject: no need to update req_size on allocate, only the width and ratio are changing --- perl-install/fs/partitioning_wizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index afd1c985c..f6d1a6760 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -370,7 +370,7 @@ sub create_display_box { my (undef, $alloc) = @_; $entry->{width} = $alloc->width; $update_ratio->(); - $update_req_size->(); + 0; }); $update_size_labels->(); $hpane->signal_connect('motion-notify-event' => $update_req_size); -- cgit v1.2.1