From 9d9eba3d3d510cea40d65cfdd1af1ad71fd26743 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 12 Oct 2009 12:34:20 +0000 Subject: partitioning wizard: put back "previous" button on actions (#54475) --- perl-install/NEWS | 3 +++ perl-install/fs/partitioning_wizard.pm | 1 - perl-install/install/NEWS | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index 59d5d157c..c2e1f92bf 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- partitioning wizard: + o put back "previous" button on actions (#54475) + Version 12.63 - 9 October 2009 - drakboot: diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index b54dba848..dca5e12b5 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -517,7 +517,6 @@ sub main { clicked => sub { interactive::gtk::display_help($o, {interactive_help_id => 'doPartitionDisks'}, $mainw) }), undef, 1 ], ); - $::Wizard_no_previous = 1; my $buttons_pack = $mainw->create_okcancel(N("Next"), undef, '', @more_buttons); $mainbox->pack_end($buttons_pack, 0, 0, 0); ugtk2::gtkadd($mainw->{window}, $mainbox); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index abcad874d..a56b1a88c 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- partitioning wizard: + o put back "previous" button on actions (#54475) + Version 12.63 - 9 October 2009 - bootloader configuration: -- cgit v1.2.1