summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-02 15:48:31 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-02 15:48:31 +0000
commit64065612afa3982c0543bde1d6a62ee6e15e29f0 (patch)
treea4b74bac07ed9c980666cfc0de25498d7744a657 /perl-install/install/steps_gtk.pm
parent5bdc78c12f36fa46b1b9f28d8a870554dc0be5a0 (diff)
downloaddrakx-backup-do-not-use-64065612afa3982c0543bde1d6a62ee6e15e29f0.tar
drakx-backup-do-not-use-64065612afa3982c0543bde1d6a62ee6e15e29f0.tar.gz
drakx-backup-do-not-use-64065612afa3982c0543bde1d6a62ee6e15e29f0.tar.bz2
drakx-backup-do-not-use-64065612afa3982c0543bde1d6a62ee6e15e29f0.tar.xz
drakx-backup-do-not-use-64065612afa3982c0543bde1d6a62ee6e15e29f0.zip
(summary_prompt) revert r244543 from 2008-08-29 since it makes buttons
using white background (which we don't want); was: "(summary_prompt) render with white background"
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 04c0d5f50..28d0fdab9 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -673,7 +673,7 @@ sub summary_prompt {
ugtk2::gtkadd($w->{window},
gtknew('VBox', spacing => 5, children => [
- 1, gtknew('ScrolledWindow', widget_name => 'white_background',
+ 1, gtknew('ScrolledWindow',
child => gtknew('VBox', children_tight => [ map {
ref($_) eq 'ARRAY' ? gtknew('Table', mcc => 1, row_spacings => 2, children => $_) : $_;
} @widget_list ])),