summaryrefslogtreecommitdiff
path: root/library
Side-by-side diff
Diffstat (limited to 'library') (more/less context) (show whitespace changes)
-rw-r--r--library/qpeapplication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index 7463074..f5bf0c5 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -1069,2 +1069,3 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data
else if ( msg == "setCurrentRotation(int)" ) {
+ if ( type() == GuiServer ) {
int r;
@@ -1073,2 +1074,3 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data
}
+ }
else if ( msg == "shutdown()" ) {