From 692c25b460ac8878a4efef0c9fbf7ab5786df418 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Jul 2015 04:22:54 -0400 Subject: do not "restore" mouse cursor on the root window we haven't set it to 'wait' and this causes a crash if we don't own it (mga#15729) --- menus_launcher.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'menus_launcher.pl') diff --git a/menus_launcher.pl b/menus_launcher.pl index 6d74d597..ae92b2c2 100755 --- a/menus_launcher.pl +++ b/menus_launcher.pl @@ -18,7 +18,6 @@ my $bindir = "/usr/bin/"; my $my_win = ugtk2->new('print_launcher'); $my_win->{rwindow}->set_title(N("Menu Configuration Center")) unless $::isEmbedded; $my_win->{window}->signal_connect(delete_event => sub { - gtkset_mousecursor_normal(); ugtk2->exit(0); }); my $table = Gtk2::Table->new(3, 2, 0); -- cgit v1.2.1