diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-14 08:27:07 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-14 08:31:15 +0200 |
commit | e398b3cd6490c60035da843b37e555e89367b644 (patch) | |
tree | 886aa96e8fb3ce0df7dbd74bec1db3db6cf9bb2c /perl-install/diskdrake/dav.pm | |
parent | f8499aea79d17cdd27111717ec3dfbf2bcce62fa (diff) | |
download | drakx-e398b3cd6490c60035da843b37e555e89367b644.tar drakx-e398b3cd6490c60035da843b37e555e89367b644.tar.gz drakx-e398b3cd6490c60035da843b37e555e89367b644.tar.bz2 drakx-e398b3cd6490c60035da843b37e555e89367b644.tar.xz drakx-e398b3cd6490c60035da843b37e555e89367b644.zip |
fix a crash after "insufficient space" error
create_display_box gets called twice. The first time, only the $kind
parameter has a value, the second time all the parameters (including
$button) have values.
On the first time through the partitioning step, the second call to
create_display_box sets the selected_for_resize flag for my NTFS
partition. When returning to the partitioning step, this flag is still
set, so the first call to create_display_box executes the block of code
that ends with
$button->signal_connect('focus-in-event' => sub { ... });
even though it doesn't have a value for $button.
(Martin Whitaker, mga#15919)
Diffstat (limited to 'perl-install/diskdrake/dav.pm')
0 files changed, 0 insertions, 0 deletions