summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xcontrol-center2
2 files changed, 3 insertions, 1 deletions
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}) {