author | harlekin <harlekin> | 2004-01-06 11:21:52 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-01-06 11:21:52 (UTC) |
commit | 62eae1abc717f16890ca63cbd19fc7405832f8e1 (patch) (unidiff) | |
tree | 4b27d60dab3ed16ac6a62852149253cf2b7f0754 | |
parent | 37ac44d5582a5c4793482ed544a38a014c5fe8a2 (diff) | |
download | opie-62eae1abc717f16890ca63cbd19fc7405832f8e1.zip opie-62eae1abc717f16890ca63cbd19fc7405832f8e1.tar.gz opie-62eae1abc717f16890ca63cbd19fc7405832f8e1.tar.bz2 |
correct config entries
-rw-r--r-- | core/pim/today/plugins/mail/mailpluginwidget.cpp | 2 | ||||
-rw-r--r-- | noncore/net/mail/taskbarapplet/mailapplet.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/today/plugins/mail/mailpluginwidget.cpp b/core/pim/today/plugins/mail/mailpluginwidget.cpp index f717116..feecd81 100644 --- a/core/pim/today/plugins/mail/mailpluginwidget.cpp +++ b/core/pim/today/plugins/mail/mailpluginwidget.cpp | |||
@@ -73,7 +73,7 @@ void MailPluginWidget::readConfig() { | |||
73 | Config cfg2( "mail" ); | 73 | Config cfg2( "mail" ); |
74 | cfg2.setGroup( "Status" ); | 74 | cfg2.setGroup( "Status" ); |
75 | 75 | ||
76 | m_newMails = cfg2.readNumEntry( "newmails", 0 ); | 76 | m_newMails = cfg2.readNumEntry( "newMails", 0 ); |
77 | m_outgoing = cfg2.readNumEntry( "outgoing", 0 ); | 77 | m_outgoing = cfg2.readNumEntry( "outgoing", 0 ); |
78 | } | 78 | } |
79 | 79 | ||
diff --git a/noncore/net/mail/taskbarapplet/mailapplet.cpp b/noncore/net/mail/taskbarapplet/mailapplet.cpp index 25fd400..58f068b 100644 --- a/noncore/net/mail/taskbarapplet/mailapplet.cpp +++ b/noncore/net/mail/taskbarapplet/mailapplet.cpp | |||
@@ -115,7 +115,7 @@ void MailApplet::slotCheck() { | |||
115 | 115 | ||
116 | Config cfg( "mail" ); | 116 | Config cfg( "mail" ); |
117 | cfg.setGroup( "Status" ); | 117 | cfg.setGroup( "Status" ); |
118 | cfg.writeEntry( "NewMails", m_newMails ); | 118 | cfg.writeEntry( "newMails", m_newMails ); |
119 | QCopEnvelope env( "QPE/Pim", "newMails(int)" ); | 119 | QCopEnvelope env( "QPE/Pim", "newMails(int)" ); |
120 | env << m_newMails; | 120 | env << m_newMails; |
121 | repaint( true ); | 121 | repaint( true ); |