author | harlekin <harlekin> | 2004-01-06 11:21:52 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2004-01-06 11:21:52 (UTC) |
commit | 62eae1abc717f16890ca63cbd19fc7405832f8e1 (patch) (side-by-side diff) | |
tree | 4b27d60dab3ed16ac6a62852149253cf2b7f0754 /core | |
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 |
1 files changed, 1 insertions, 1 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() { Config cfg2( "mail" ); cfg2.setGroup( "Status" ); - m_newMails = cfg2.readNumEntry( "newmails", 0 ); + m_newMails = cfg2.readNumEntry( "newMails", 0 ); m_outgoing = cfg2.readNumEntry( "outgoing", 0 ); } |