summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-11 17:45:09 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-11 17:45:09 +0000
commit6f32c68dca0ab628203d7cc9beb3bb124e1c286c (patch)
tree530b6673c734d82b842d3281940e16b2a449a1d2 /perl-install/install/steps_gtk.pm
parent84a18042a2d78a03b4a50c9fc089174f816a3951 (diff)
downloaddrakx-6f32c68dca0ab628203d7cc9beb3bb124e1c286c.tar
drakx-6f32c68dca0ab628203d7cc9beb3bb124e1c286c.tar.gz
drakx-6f32c68dca0ab628203d7cc9beb3bb124e1c286c.tar.bz2
drakx-6f32c68dca0ab628203d7cc9beb3bb124e1c286c.tar.xz
drakx-6f32c68dca0ab628203d7cc9beb3bb124e1c286c.zip
(summary_prompt) use new "Help" button style (I forgot to commit this a long time ago :-()
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index dbafdcf67..a6b31b32f 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -683,7 +683,8 @@ sub summary_prompt {
text => [ [ gtknew('VBox', children_tight => [ map {
ref($_) eq 'ARRAY' ? gtknew('Table', mcc => 1, row_spacings => 2, children => $_) : $_;
} @widget_list ]) ] ])),
- 0, $w->create_okcancel(undef, '', '', if_($help_sub, [ N("Help"), $help_sub, 1 ]))
+ 0, $w->create_okcancel(undef, '', '', if_($help_sub, [ gtknew('Install_Button', text => N("Help"),
+ clicked => $help_sub), undef, 1 ]))
]));
$w->{real_window}->show_all; # else widgets embedded in textview are hidden