summaryrefslogtreecommitdiff
path: root/noncore/net/mail/taskbarapplet/mailapplet.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/taskbarapplet/mailapplet.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/taskbarapplet/mailapplet.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/noncore/net/mail/taskbarapplet/mailapplet.cpp b/noncore/net/mail/taskbarapplet/mailapplet.cpp
index 5d98783..35198d1 100644
--- a/noncore/net/mail/taskbarapplet/mailapplet.cpp
+++ b/noncore/net/mail/taskbarapplet/mailapplet.cpp
@@ -39,4 +39,6 @@ MailApplet::MailApplet( QWidget *parent )
MailApplet::~MailApplet() {
- if (m_statusMail) delete m_statusMail;
- if (m_config) delete m_config;
+ if ( m_statusMail )
+ delete m_statusMail;
+ if ( m_config )
+ delete m_config;
}
@@ -59,3 +61,2 @@ void MailApplet::mouseReleaseEvent( QMouseEvent* e) {
void MailApplet::slotClicked() {
- qDebug( " CLICKED" );
QCopEnvelope e( "QPE/System", "execute(QString)" );
@@ -83,3 +84,2 @@ void MailApplet::startup() {
connect( m_intervalTimer, SIGNAL(timeout() ), this, SLOT( slotCheck() ) );
-
}
@@ -94,3 +94,2 @@ void MailApplet::slotCheck() {
-
folderStat stat;
@@ -98,6 +97,7 @@ void MailApplet::slotCheck() {
m_newMails = stat.message_unseen;
- qDebug( QString( "test %1" ).arg( stat.message_unseen ) );
+ qDebug( QString( "test %1" ).arg( m_newMails ) );
if ( m_newMails > 0 ) {
ODevice *device = ODevice::inst();
- if ( isHidden() ) show();
+ if ( isHidden() )
+ show();
if ( m_config->readBoolEntry( "BlinkLed", true ) ) {
@@ -120,3 +120,4 @@ void MailApplet::slotCheck() {
ODevice *device = ODevice::inst();
- if ( !isHidden() ) hide();
+ if ( !isHidden() )
+ hide();
if ( !device-> ledList( ).isEmpty( ) ) {