summaryrefslogtreecommitdiffabout
path: root/kabc
authorzautrix <zautrix>2004-10-29 11:24:47 (UTC)
committer zautrix <zautrix>2004-10-29 11:24:47 (UTC)
commit443116d2682cd221c25201926e35d825170bdbbd (patch) (side-by-side diff)
tree86e8e5965b489cd3d537e9872ff106019476c559 /kabc
parent2d28a226645f56a96fe0a8252e0d7e7b2cc4df2e (diff)
downloadkdepimpi-443116d2682cd221c25201926e35d825170bdbbd.zip
kdepimpi-443116d2682cd221c25201926e35d825170bdbbd.tar.gz
kdepimpi-443116d2682cd221c25201926e35d825170bdbbd.tar.bz2
fix
Diffstat (limited to 'kabc') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/plugins/qtopia/resourceqtopia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/plugins/qtopia/resourceqtopia.cpp b/kabc/plugins/qtopia/resourceqtopia.cpp
index cf6b11a..79ddaea 100644
--- a/kabc/plugins/qtopia/resourceqtopia.cpp
+++ b/kabc/plugins/qtopia/resourceqtopia.cpp
@@ -165,3 +165,3 @@ bool ResourceQtopia::load()
file.close();
- return true;
+ return false;
}