summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-05-08 00:37:14 +0000
committerdamien <damien@mandriva.com>2001-05-08 00:37:14 +0000
commitfdf1839646504bf7d55e8c8544217f5f156e8f34 (patch)
tree6b54066173ab07b79911983206f3b0780a05340a
parenteb1d93cc5f3efd2c24306a9094ae4160f2ed645a (diff)
downloaddrakx-backup-do-not-use-fdf1839646504bf7d55e8c8544217f5f156e8f34.tar
drakx-backup-do-not-use-fdf1839646504bf7d55e8c8544217f5f156e8f34.tar.gz
drakx-backup-do-not-use-fdf1839646504bf7d55e8c8544217f5f156e8f34.tar.bz2
drakx-backup-do-not-use-fdf1839646504bf7d55e8c8544217f5f156e8f34.tar.xz
drakx-backup-do-not-use-fdf1839646504bf7d55e8c8544217f5f156e8f34.zip
VBox -> HBox in Embedded mode
-rw-r--r--perl-install/my_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index ced8644ff..d2985c478 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -100,7 +100,7 @@ sub new {
}
$::isEmbedded or return $o;
- $o->{window} = new Gtk::VBox(0,0);
+ $o->{window} = new Gtk::HBox(0,0);
$o->{rwindow} = $o->{window};
defined($::Plug) or $::Plug = new Gtk::Plug ($::XID);
$::Plug->show;