From 5dafb7f993d94cf570d5f8e7de99d55a67361a3b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 26 Jan 2005 09:38:59 +0000 Subject: ->size_request doesn't return anything on the box, it is better done on the window (for rpmdrake) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 51fcc2f5a..761998b98 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(show_all); +my %for_real_window = map { $_ => 1 } qw(show_all size_request); sub mygtk2::MagicWindow::AUTOLOAD { my ($w, @args) = @_; -- cgit v1.2.1