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/ugtk3.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/ugtk3.pm')
-rw-r--r-- | perl-install/ugtk3.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/ugtk3.pm b/perl-install/ugtk3.pm index 04c0fe493..b65041e2c 100644 --- a/perl-install/ugtk3.pm +++ b/perl-install/ugtk3.pm @@ -853,7 +853,6 @@ sub new { sub main { my ($o, $o_completed, $o_canceled) = @_; - gtkset_mousecursor_normal(); $o->show; mygtk3::main($o->{rwindow}, @@ -881,7 +880,6 @@ sub shrink_topwindow { $o->{real_window}->resize(1, 1); } sub exit { - gtkset_mousecursor_normal(); #- for restoring a normal in any case flush(); if ($::isStandalone) { require standalone; |