From ff08ba81efbc0e2dcb3907f576ff4f078f2b7438 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 26 Mar 2003 10:02:13 +0000 Subject: - Kommando zurueck :) --- (limited to 'library/qpeapplication.cpp') diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index f5bf0c5..7463074 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -1067,11 +1067,9 @@ void QPEApplication::systemMessage( const QCString& msg, const QByteArray& data } } else if ( msg == "setCurrentRotation(int)" ) { - if ( type() == GuiServer ) { - int r; - stream >> r; - setCurrentRotation( r ); - } + int r; + stream >> r; + setCurrentRotation( r ); } else if ( msg == "shutdown()" ) { if ( type() == GuiServer ) -- cgit v0.9.0.2