From dcb49b2c21fd124d94f1909bc7b77000b85589a6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Aug 2008 14:17:19 +0000 Subject: (_create_Window) update comment --- perl-install/mygtk2.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 203254aec..ced9315a8 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -1037,7 +1037,8 @@ sub _create_Window { $w->signal_connect(key_press_event => \&install::gtk::special_shortcuts); #- force center at a weird position, this can't be handled by position_policy - #- because center-on-parent is a window manager hint, and we don't have a WM + #- because center-* really are window manager hints for centering, whereas we want + #- to center the main window in the right part of the screen my ($wi, $he); $w->signal_connect(size_allocate => sub { my (undef, $event) = @_; -- cgit v1.2.1