From ffeb132773e872b6aa85d03890e3b67f8275095c Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 9 Feb 2010 19:47:35 +0000 Subject: fix using empty dmraid --- perl-install/install/NEWS | 1 + perl-install/install/steps_gtk.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 72b817419..755344101 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -3,6 +3,7 @@ o display lvm/dmraid name in combo box o allow reusing existing partitions in lvm o fix a crash on empty disk + o fix using empty dmraid Version 13.10 - 4 February 2010 diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 05cf2f9cc..2574e2906 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -491,7 +491,7 @@ sub choosePackagesTree { interactive_help => sub { interactive::gtk::display_help($o, { interactive_help_id => - 'choosePackages#choosePackagesTree' }, $w) }, + 'choosePackages#choosePackagesTree' }, my $w) }, ok => N("Install"), cancel => N("Previous"), -- cgit v1.2.1