diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-05-10 09:05:41 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-05-10 09:05:41 +0000 |
commit | 1b191913819100a0e449c2a5e2e6cf4dbed45e01 (patch) | |
tree | 775ed0f4a4d4fd34360bfcea6a21e7b68c05ff40 /perl-install | |
parent | 71cdbbe5cd79a6fbe5d0d78bd41cd864287b51c4 (diff) | |
download | drakx-backup-do-not-use-1b191913819100a0e449c2a5e2e6cf4dbed45e01.tar drakx-backup-do-not-use-1b191913819100a0e449c2a5e2e6cf4dbed45e01.tar.gz drakx-backup-do-not-use-1b191913819100a0e449c2a5e2e6cf4dbed45e01.tar.bz2 drakx-backup-do-not-use-1b191913819100a0e449c2a5e2e6cf4dbed45e01.tar.xz drakx-backup-do-not-use-1b191913819100a0e449c2a5e2e6cf4dbed45e01.zip |
shrink real_window
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 2368971e4..c689e0970 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -881,7 +881,7 @@ sub sync { sub flush() { gtkflush() } sub shrink_topwindow { my ($o) = @_; - $o->{rwindow}->signal_emit('size_allocate', Gtk2::Gdk::Rectangle->new(-1, -1, -1, -1)); + $o->{real_window}->signal_emit('size_allocate', Gtk2::Gdk::Rectangle->new(-1, -1, -1, -1)); } sub exit { gtkset_mousecursor_normal(); #- for restoring a normal in any case |