diff options
author | damien <damien@mandriva.com> | 2001-05-08 00:37:14 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-05-08 00:37:14 +0000 |
commit | fdf1839646504bf7d55e8c8544217f5f156e8f34 (patch) | |
tree | 6b54066173ab07b79911983206f3b0780a05340a /perl-install | |
parent | eb1d93cc5f3efd2c24306a9094ae4160f2ed645a (diff) | |
download | drakx-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
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
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; |