From 466b93aa08e8e19def5fce6f69f684030f85b635 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 30 Aug 2001 21:09:40 +0000 Subject: (new): call interactive_gtk::new --- perl-install/install_steps_gtk.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index f83654b4a..a21ee88da 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -110,7 +110,9 @@ sub new($$) { $my_gtk::force_center = [ $::rootwidth - $::windowwidth, $::logoheight, $::windowwidth, $::windowheight ]; - (bless {}, ref $type || $type)->SUPER::new($o); + $o = (bless {}, ref $type || $type)->SUPER::new($o); + $o->interactive_gtk::new; + $o; } sub enteringStep { -- cgit v1.2.1