author | zecke <zecke> | 2004-01-27 11:38:38 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-01-27 11:38:38 (UTC) |
commit | 068604863e009b20790cd2aa482e216eb40b8876 (patch) (unidiff) | |
tree | bdc61cbe8826d083ba5b52c8b8e3db7ae108dee6 | |
parent | 60d37f75d5189fbf7bea0850399abc57b6d60097 (diff) | |
download | opie-068604863e009b20790cd2aa482e216eb40b8876.zip opie-068604863e009b20790cd2aa482e216eb40b8876.tar.gz opie-068604863e009b20790cd2aa482e216eb40b8876.tar.bz2 |
Do not setDocument if systemtime is not document centric
use raise()
-rw-r--r-- | core/applets/clockapplet/clock.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/applets/clockapplet/clock.cpp b/core/applets/clockapplet/clock.cpp index 5fb8f44..aadd9b6 100644 --- a/core/applets/clockapplet/clock.cpp +++ b/core/applets/clockapplet/clock.cpp | |||
@@ -50,10 +50,7 @@ void LauncherClock::mouseReleaseEvent( QMouseEvent * ) | |||
50 | { | 50 | { |
51 | QCString setTimeApp; | 51 | QCString setTimeApp; |
52 | setTimeApp="systemtime"; | 52 | setTimeApp="systemtime"; |
53 | QCopEnvelope e("QPE/Application/"+setTimeApp, "setDocument(QString)"); | 53 | QCopEnvelope e("QPE/Application/"+setTimeApp, "raise()"); |
54 | QString lf = QString::null; | ||
55 | |||
56 | e << lf; | ||
57 | } | 54 | } |
58 | 55 | ||
59 | 56 | ||