summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-01 15:27:34 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-01 15:27:34 +0000
commit7c661518c1c67aa14f6a4ae0b84f2762be7ef483 (patch)
treecf532c627b90b7c15f3e9c7172a95616422ee976 /perl-install/diskdrake/hd_gtk.pm
parentc843a482e64ff8ca02d8be25905887941b525f46 (diff)
downloaddrakx-backup-do-not-use-7c661518c1c67aa14f6a4ae0b84f2762be7ef483.tar
drakx-backup-do-not-use-7c661518c1c67aa14f6a4ae0b84f2762be7ef483.tar.gz
drakx-backup-do-not-use-7c661518c1c67aa14f6a4ae0b84f2762be7ef483.tar.bz2
drakx-backup-do-not-use-7c661518c1c67aa14f6a4ae0b84f2762be7ef483.tar.xz
drakx-backup-do-not-use-7c661518c1c67aa14f6a4ae0b84f2762be7ef483.zip
(general_action_box) use new style button for "Help"
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm2
1 files changed, 1 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),