From 08390bda6cc11917a625253a98e48da9b0aac8e6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 21 Jul 2013 18:02:15 -0500 Subject: Allow the user to manually abort a stalled SaveYourself process This partially resolves Bug 760 --- 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 6e3ed44a3..3adcbbade 100644 --- a/ksmserver/server.cpp +++ b/ksmserver/server.cpp @@ -681,6 +681,7 @@ KSMServer::KSMServer( const TQString& windowManager, const TQString& windowManag signal(SIGINT, sighandler); signal(SIGPIPE, SIG_IGN); + connect( ¬ificationTimer, TQT_SIGNAL( timeout() ), this, TQT_SLOT( notificationTimeout() ) ); 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() ) ); -- cgit v1.2.1