summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-29 17:21:39 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-29 17:21:39 +0000
commitd51a4936a1e745503ed6bdfb0d03d27525f5e126 (patch)
treec02ed84b93ebc94e84717bc26654b58f6d1873e5 /perl-install/install/steps_gtk.pm
parent134de80b3002223620431aa6d06d4afc1bdc0fa5 (diff)
downloaddrakx-d51a4936a1e745503ed6bdfb0d03d27525f5e126.tar
drakx-d51a4936a1e745503ed6bdfb0d03d27525f5e126.tar.gz
drakx-d51a4936a1e745503ed6bdfb0d03d27525f5e126.tar.bz2
drakx-d51a4936a1e745503ed6bdfb0d03d27525f5e126.tar.xz
drakx-d51a4936a1e745503ed6bdfb0d03d27525f5e126.zip
(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 8616400ba..9ffc9efa4 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -668,7 +668,7 @@ sub summary_prompt {
ugtk2::gtkadd($w->{window},
gtknew('VBox', spacing => 5, children => [
- 1, gtknew('ScrolledWindow',
+ 1, gtknew('ScrolledWindow', widget_name => 'white_background',
child => gtknew('VBox', children_tight => [ map {
ref($_) eq 'ARRAY' ? gtknew('Table', mcc => 1, row_spacings => 2, children => $_) : $_;
} @widget_list ])),