From 88e1135d05fbcf13673e45c6970edbcabbaac801 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Jun 2013 13:39:23 +0000 Subject: further delay event for slow machines (mga#10289) --- NEWS | 2 ++ control-center | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 726a03e7..5a1917f2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- further delay event for slow machines (mga#10289) + Version 12.39 - 18 June 2013 Thierry Vignaud - workaround crash with glib-2.36+ (mga#10289) diff --git a/control-center b/control-center index 990deaa1..7f9421f9 100755 --- a/control-center +++ b/control-center @@ -1091,7 +1091,7 @@ $SIG{TERM} = \&quit_global; $window_splash->destroy; undef $window_splash; -Glib::Timeout->add(300, sub { $SIG{CHLD} = \&sig_child; sig_child('CHLD', 1); 1 }); +Glib::Timeout->add(400, sub { $SIG{CHLD} = \&sig_child; sig_child('CHLD', 1); 1 }); if ($program) { if (my $sub = $tool_callbacks{$program}) { -- cgit v1.2.1