summaryrefslogtreecommitdiff
path: root/core
Side-by-side diff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/desktop.cpp5
-rw-r--r--core/launcher/main.cpp3
2 files changed, 3 insertions, 5 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp
index fb10602..1ec477c 100644
--- a/core/launcher/desktop.cpp
+++ b/core/launcher/desktop.cpp
@@ -617,5 +617,5 @@ void Desktop::togglePower()
suspendTime = QDateTime::currentDateTime();
- qpe_setBacklight ( 0 ); // force LCD off
+// qpe_setBacklight ( 0 ); // force LCD off (sandman: why ????)
if ( wasloggedin )
@@ -637,7 +637,4 @@ void Desktop::togglePower()
execAutoStart();
//qcopBridge->closeOpenConnections();
- //qDebug("called togglePower()!!!!!!");
-
- qApp-> processEvents ( );
excllock = false;
diff --git a/core/launcher/main.cpp b/core/launcher/main.cpp
index 3ee5e26..5cf624b 100644
--- a/core/launcher/main.cpp
+++ b/core/launcher/main.cpp
@@ -353,5 +353,5 @@ void remove_pidfile ( )
}
-void handle_sigterm ( int sig )
+void handle_sigterm ( int /* sig */ )
{
if ( qApp )
@@ -365,4 +365,5 @@ int main( int argc, char ** argv )
::signal ( SIGTERM, handle_sigterm );
+ ::signal ( SIGINT, handle_sigterm );
::setsid ( );