From d0f5941381bee8d2aa88940c958f2fff77efbe74 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 21 Jan 2005 13:50:45 +0000 Subject: do show_all on the real window (this is used by drakloop) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 852cd0a2c..51fcc2f5a 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -616,7 +616,7 @@ sub _gtknew_handle_children { #- * if the {child} doesn't handle the method, we try with the {real_window} #- (eg : add_accel_group set_position set_default_size #- * a few methods are handled specially -my %for_real_window = map { $_ => 1 } qw(); +my %for_real_window = map { $_ => 1 } qw(show_all); sub mygtk2::MagicWindow::AUTOLOAD { my ($w, @args) = @_; -- cgit v1.2.1