summaryrefslogtreecommitdiff
authortille <tille>2002-09-03 17:03:09 (UTC)
committer tille <tille>2002-09-03 17:03:09 (UTC)
commitcbaf36b21e8d469c7eb87fa9ab15e67401fb85c5 (patch) (side-by-side diff)
tree9e3210522cef2f5d21405d177c25d64e35d4d83b
parent00167bff9a1fff9ec36b9eb7c518a735e1a5b42c (diff)
downloadopie-cbaf36b21e8d469c7eb87fa9ab15e67401fb85c5.zip
opie-cbaf36b21e8d469c7eb87fa9ab15e67401fb85c5.tar.gz
opie-cbaf36b21e8d469c7eb87fa9ab15e67401fb85c5.tar.bz2
fixed vanishing applets bug, that is avoided it by not calling
qcop QPE/taskbar reloadApplets()
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/ntp.cpp b/noncore/settings/netsystemtime/ntp.cpp
index 6c5aaf5..9572993 100644
--- a/noncore/settings/netsystemtime/ntp.cpp
+++ b/noncore/settings/netsystemtime/ntp.cpp
@@ -157,4 +157,4 @@ void Ntp::ntpFinished(OProcess *p)
- QCopEnvelope timeApplet( "QPE/TaskBar", "reloadApplets()" );
- timeApplet << "";
+// QCopEnvelope timeApplet( "QPE/TaskBar", "reloadApplets()" );
+// timeApplet << "";