summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-01-19 15:26:16 +0000
committerThierry Vignaud <tv@mandriva.org>2010-01-19 15:26:16 +0000
commit88465a943b306b7f1c9a45dd9967316d85cd1ccd (patch)
tree706a505dd5bf98ff3203b9cf45ba078713af28a5
parent27f88ae706cace6e19378209cd3558040abd5cd9 (diff)
downloaddrakx-backup-do-not-use-88465a943b306b7f1c9a45dd9967316d85cd1ccd.tar
drakx-backup-do-not-use-88465a943b306b7f1c9a45dd9967316d85cd1ccd.tar.gz
drakx-backup-do-not-use-88465a943b306b7f1c9a45dd9967316d85cd1ccd.tar.bz2
drakx-backup-do-not-use-88465a943b306b7f1c9a45dd9967316d85cd1ccd.tar.xz
drakx-backup-do-not-use-88465a943b306b7f1c9a45dd9967316d85cd1ccd.zip
revert r263577 from 2009-11-18 (was "hide Gtk+ "close" button when displaying
first time wizard that now has a HTML "close" button again") as wekbit is broken with some pages
-rw-r--r--perl-install/NEWS4
-rwxr-xr-xperl-install/standalone/display_help4
2 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index 10cfc4709..1549ebea9 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,7 @@
+- display_help:
+ o hide Gtk+ "close" button when displaying first time wizard that
+ now has a HTML "close" button again
+
Version 12.77.3 - 14 January 2010
- fix creating devices
diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help
index db51ad09c..1d626d24d 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,
+ #if_($_firsttime, # We have JavaScritp issues for now, so let's keep the "close" button:
0, gtkpack(create_hbox('end'),
gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit })
),
- ),
+ #),
),
);