summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
authorllornkcor <llornkcor>2002-11-01 16:11:54 (UTC)
committer llornkcor <llornkcor>2002-11-01 16:11:54 (UTC)
commitf351da898f4dce9ad3fd8ee76d84912365dcb5ac (patch) (side-by-side diff)
treecf131772846e5a3408a513f6432e83897b738328 /noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
parent9e4d914ade0af86707531a80e93a870e52738ce6 (diff)
downloadopie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.zip
opie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.tar.gz
opie-f351da898f4dce9ad3fd8ee76d84912365dcb5ac.tar.bz2
added timer delay
Diffstat (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
index baf8198..24c151b 100644
--- a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
+++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerplugin.cpp
@@ -54,5 +54,6 @@ QString StockTickerPlugin::appName() const {
}
bool StockTickerPlugin::excludeFromRefresh() const {
+//return false;
return true;
}