summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-14 17:33:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-14 17:33:20 +0000
commitcea57d1c2c2b33e2117582462ae76d1fcc0ac3dd (patch)
tree507cd7181757038ea256442b2355b57c00f251b5
parent69f918a07f37534f1d40b8f2e20bb8d3a6e79ce4 (diff)
downloaddrakx-backup-do-not-use-cea57d1c2c2b33e2117582462ae76d1fcc0ac3dd.tar
drakx-backup-do-not-use-cea57d1c2c2b33e2117582462ae76d1fcc0ac3dd.tar.gz
drakx-backup-do-not-use-cea57d1c2c2b33e2117582462ae76d1fcc0ac3dd.tar.bz2
drakx-backup-do-not-use-cea57d1c2c2b33e2117582462ae76d1fcc0ac3dd.tar.xz
drakx-backup-do-not-use-cea57d1c2c2b33e2117582462ae76d1fcc0ac3dd.zip
add a frame to the wizard's outline
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 2c30c213d..ebce0c800 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -756,7 +756,7 @@ sub new {
$::WizardWindow = Gtk2::Window->new('toplevel');
$::WizardWindow->signal_connect(delete_event => sub { die 'wizcancel' });
$::WizardTable = Gtk2::Table->new(2, 2, 0);
- $::WizardWindow->add($::WizardTable);
+ $::WizardWindow->add(gtkadd(gtkset_shadow_type(Gtk2::Frame->new, 'out'), $::WizardTable));
if ($::isInstall) {
$::WizardTable->set_size_request($::windowwidth * 0.90, $::windowheight * ($::logoheight ? 0.73 : 0.9));