diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-28 16:47:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-28 16:47:48 +0000 |
commit | 41bdffb6d2bad4445b5469d7dc7d71dec78adeb3 (patch) | |
tree | 704baf81194ce89146e184ab3b6971849b5871c2 /perl-install/fs/partitioning_wizard.pm | |
parent | 69506ced2a36f8b6703c1f7518c08a417c542427 (diff) | |
download | drakx-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar drakx-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.gz drakx-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.bz2 drakx-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.xz drakx-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.zip |
no need to update req_size on allocate, only the width and ratio are changing
Diffstat (limited to 'perl-install/fs/partitioning_wizard.pm')
-rw-r--r-- | perl-install/fs/partitioning_wizard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |