summaryrefslogtreecommitdiff
path: root/core/pim
authorharlekin <harlekin>2002-04-19 21:44:18 (UTC)
committer harlekin <harlekin>2002-04-19 21:44:18 (UTC)
commitf62cb71116d1aa16603fe6e87169e8b98125ce1f (patch) (side-by-side diff)
tree6ffef9d90b7c86603e7fcbcc8304b21fcd9e5967 /core/pim
parent59aeb3bb66ad382201fe1e2cc3066564240d1cc1 (diff)
downloadopie-f62cb71116d1aa16603fe6e87169e8b98125ce1f.zip
opie-f62cb71116d1aa16603fe6e87169e8b98125ce1f.tar.gz
opie-f62cb71116d1aa16603fe6e87169e8b98125ce1f.tar.bz2
launch ALSO qtmail by clicking on mail icon
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index 1cb4881..87a7970 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -452,7 +452,7 @@ void Today::startMail() {
QCopEnvelope e("QPE/System", "execute(QString)");
e << QString("opiemail");
//Right now start both, maybe decide which to rum via config file ..
- QCopEnvelope e("QPE/System", "execute(QString)");
+ QCopEnvelope f("QPE/System", "execute(QString)");
e << QString("qtmail");
}