summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index ce9e6cb05..5cdc46410 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -167,7 +167,7 @@ sub general_action_box {
my ($box) = @_;
$_->destroy foreach $box->get_children;
- gtkadd($box, gtksignal_connect(Gtk2::Button->new(N("Help")), clicked => \&interactive_help));
+ gtkadd($box, gtknew('Install_Button', text => N("Help"), clicked => \&interactive_help));
my @actions = (
diskdrake::interactive::general_possible_actions($in, $all_hds),
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 9b37066a6..100585aca 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -3,6 +3,7 @@
- if network access, configure urpmi with --mirrorlist --distrib,
and install updates. This replaces the previous "Install Updates" step.
- fix alignment of check buttons
+- further improvements to the "partitionning" step
Version 11.29 - 29 August 2008