summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index b56874a24..2184dab14 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -498,7 +498,7 @@ sub _gtk__MagicWindow {
}
set_main_window_size($::WizardWindow);
- $sub_child->set_border_width($rpmdrake::VERSION ? 0 : 10);
+ $sub_child->set_border_width($::noborderWhenEmbedded ? 0 : 10);
$w = $::WizardWindow;
gtkadd($::WizardTable, children_loose => [ $sub_child ]);