summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/display_help
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-11-18 15:17:45 +0000
committerThierry Vignaud <tv@mandriva.org>2009-11-18 15:17:45 +0000
commit966e622851ed3d9e30ccec1ac3a0604976adfdca (patch)
tree6d82433d520b3ae773fb0bef47765966830a729a /perl-install/standalone/display_help
parenta1440882723046e3dbeb9d73ab4d3d14b6477e1a (diff)
downloaddrakx-966e622851ed3d9e30ccec1ac3a0604976adfdca.tar
drakx-966e622851ed3d9e30ccec1ac3a0604976adfdca.tar.gz
drakx-966e622851ed3d9e30ccec1ac3a0604976adfdca.tar.bz2
drakx-966e622851ed3d9e30ccec1ac3a0604976adfdca.tar.xz
drakx-966e622851ed3d9e30ccec1ac3a0604976adfdca.zip
hide Gtk+ "close" button when displaying first time wizard that now
has a HTML "close" button again
Diffstat (limited to 'perl-install/standalone/display_help')
-rwxr-xr-xperl-install/standalone/display_help4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help
index d54946a34..db51ad09c 100755
--- a/perl-install/standalone/display_help
+++ b/perl-install/standalone/display_help
@@ -58,11 +58,11 @@ gtkadd($w->{rwindow},
1, create_scrolled_window(gtkset_border_width($view, 5), [ 'never', 'automatic' ]),
#1, gtknew('ScrolledWindow', child => $view, border_width => 5, h_policy => 'never');
0, Gtk2::HSeparator->new,
- #if_($is_firstime, # We have JavaScript issues for now, so let's keep the "close" button:
+ if_(!$is_firstime,
0, gtkpack(create_hbox('end'),
gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit })
),
- #),
+ ),
),
);