From e398b3cd6490c60035da843b37e555e89367b644 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 14 May 2015 08:27:07 +0200 Subject: 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) --- perl-install/NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/NEWS') diff --git a/perl-install/NEWS b/perl-install/NEWS index 93b0c7711..15f7b5bab 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- library (for draklive-install): + o fix a crash after "insufficient space" error (mga#15919) + Version 16.94 - 10 May 2015 - remove_unused_packages(): -- cgit v1.2.1