summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-28 16:47:48 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-28 16:47:48 +0000
commit41bdffb6d2bad4445b5469d7dc7d71dec78adeb3 (patch)
tree704baf81194ce89146e184ab3b6971849b5871c2
parent69506ced2a36f8b6703c1f7518c08a417c542427 (diff)
downloaddrakx-backup-do-not-use-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar
drakx-backup-do-not-use-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.gz
drakx-backup-do-not-use-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.bz2
drakx-backup-do-not-use-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.tar.xz
drakx-backup-do-not-use-41bdffb6d2bad4445b5469d7dc7d71dec78adeb3.zip
no need to update req_size on allocate, only the width and ratio are changing
-rw-r--r--perl-install/fs/partitioning_wizard.pm2
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);