summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-19 10:27:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-19 10:27:26 +0000
commit883bc22d5a02fcccaac2134c92efefcb49b37765 (patch)
tree554217579b5435729b1c07999cbb26d39188a9dc /perl-install/mygtk2.pm
parentaf35d430f513644571797a4a98efbefcff40a948 (diff)
downloaddrakx-backup-do-not-use-883bc22d5a02fcccaac2134c92efefcb49b37765.tar
drakx-backup-do-not-use-883bc22d5a02fcccaac2134c92efefcb49b37765.tar.gz
drakx-backup-do-not-use-883bc22d5a02fcccaac2134c92efefcb49b37765.tar.bz2
drakx-backup-do-not-use-883bc22d5a02fcccaac2134c92efefcb49b37765.tar.xz
drakx-backup-do-not-use-883bc22d5a02fcccaac2134c92efefcb49b37765.zip
Don't put a border around embbeded rpmdrake
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 2dee5daca..b56874a24 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(10);
+ $sub_child->set_border_width($rpmdrake::VERSION ? 0 : 10);
$w = $::WizardWindow;
gtkadd($::WizardTable, children_loose => [ $sub_child ]);