From 8f8dce368aa9470e8c6a53b6325d7a682d0dbb8a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Jun 2013 14:50:58 -0500 Subject: Fix premature termination of applications during shutdown on slow machines --- ksmserver/server.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ksmserver/server.cpp') diff --git a/ksmserver/server.cpp b/ksmserver/server.cpp index 1c9c18cec..214108fb4 100644 --- a/ksmserver/server.cpp +++ b/ksmserver/server.cpp @@ -682,6 +682,7 @@ KSMServer::KSMServer( const TQString& windowManager, const TQString& windowManag connect( &protectionTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( protectionTimeout() ) ); connect( &restoreTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( tryRestoreNext() ) ); + connect( &shutdownTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( timeoutQuit() ) ); connect( kapp, TQT_SIGNAL( shutDown() ), this, TQT_SLOT( cleanUp() ) ); } -- cgit v1.2.3