diff options
author | Pascal Terjan <pterjan@gmail.com> | 2015-04-18 16:37:47 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2015-04-18 16:38:13 +0000 |
commit | 4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9 (patch) | |
tree | 78ad32e37b09a0b4d34c17b1f8ed52294423488f /perl-install/ugtk2.pm | |
parent | ac017c0139e937d73a61c290294df39d8a7c4e4d (diff) | |
download | drakx-4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9.tar drakx-4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9.tar.gz drakx-4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9.tar.bz2 drakx-4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9.tar.xz drakx-4998a6d4c66c42d8522ddaf36cda5ccb9dd964e9.zip |
do not "restore" mouse cursor on the root window, we haven't set it to
'wait' since 2005 and this causes a crash if we don't own it (mga#15729)
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index fe548940e..09f877c9f 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -760,7 +760,6 @@ sub new { sub main { my ($o, $o_completed, $o_canceled) = @_; - gtkset_mousecursor_normal(); $o->show; mygtk2::main($o->{rwindow}, @@ -788,7 +787,6 @@ sub shrink_topwindow { $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 flush(); if ($::isStandalone) { require standalone; |