From 96b708cf3834b5b9def187ce80e9592cdfb2284a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Dec 2013 17:07:00 +0100 Subject: fix a crash in partitioning wizard (mga#11820) --- 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 c9486c5d1..4749deec1 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -369,7 +369,7 @@ sub create_display_box { }; $hpane->signal_connect('size-allocate' => sub { my (undef, $alloc) = @_; - $entry->{width} = $alloc->width; + $entry->{width} = $alloc->{width}; $update_ratio->(); 0; }); -- cgit v1.2.1