author | harlekin <harlekin> | 2004-01-05 22:06:54 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-01-05 22:06:54 (UTC) |
commit | 07278dd6ba68e3ff55d22acc76a28956b06d5d9c (patch) (unidiff) | |
tree | a294a54380ea95af3eb71c391a824672688b67a5 | |
parent | 96c8b9f1a3aa80049d6995f311635ff20b472fe2 (diff) | |
download | opie-07278dd6ba68e3ff55d22acc76a28956b06d5d9c.zip opie-07278dd6ba68e3ff55d22acc76a28956b06d5d9c.tar.gz opie-07278dd6ba68e3ff55d22acc76a28956b06d5d9c.tar.bz2 |
fixes
-rw-r--r-- | noncore/net/mail/taskbarapplet/mailapplet.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/net/mail/taskbarapplet/mailapplet.cpp b/noncore/net/mail/taskbarapplet/mailapplet.cpp index 35198d1..25fd400 100644 --- a/noncore/net/mail/taskbarapplet/mailapplet.cpp +++ b/noncore/net/mail/taskbarapplet/mailapplet.cpp | |||
@@ -77,3 +77,3 @@ void MailApplet::startup() { | |||
77 | QList<Account> ma = settings->getAccounts(); | 77 | QList<Account> ma = settings->getAccounts(); |
78 | StatusMail m_statusMail = StatusMail( ma ); | 78 | m_statusMail = new StatusMail( ma ); |
79 | delete settings; | 79 | delete settings; |
@@ -94,2 +94,6 @@ void MailApplet::slotCheck() { | |||
94 | 94 | ||
95 | if (m_statusMail == 0) { | ||
96 | return; | ||
97 | } | ||
98 | |||
95 | folderStat stat; | 99 | folderStat stat; |
@@ -115,3 +119,3 @@ void MailApplet::slotCheck() { | |||
115 | QCopEnvelope env( "QPE/Pim", "newMails(int)" ); | 119 | QCopEnvelope env( "QPE/Pim", "newMails(int)" ); |
116 | env << stat.message_unseen; | 120 | env << m_newMails; |
117 | repaint( true ); | 121 | repaint( true ); |