author | harlekin <harlekin> | 2002-09-17 09:40:51 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-09-17 09:40:51 (UTC) |
commit | 92b88813ad8d6352fbf74964fc56dfc1a2aada8c (patch) (side-by-side diff) | |
tree | 2a9681d21cc354e66d5fd823018f45d9ac9a32d9 | |
parent | 03abe825f26678c34142e14f93cabd8f097d5bea (diff) | |
download | opie-92b88813ad8d6352fbf74964fc56dfc1a2aada8c.zip opie-92b88813ad8d6352fbf74964fc56dfc1a2aada8c.tar.gz opie-92b88813ad8d6352fbf74964fc56dfc1a2aada8c.tar.bz2 |
only start config dialog once
-rw-r--r-- | core/pim/today/today.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index d78b5b5..066a5a8 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -260,3 +260,2 @@ void Today::startConfig() { - conf.exec(); if ( conf.exec() == QDialog::Accepted ) { @@ -268,4 +267,4 @@ void Today::startConfig() { } - init(); + init(); @@ -276,6 +275,6 @@ void Today::startConfig() { if ( m_excludeApplets.grep( plugin.name ).isEmpty() ) { - qDebug("CONFIG" + plugin.name + "ACTIVE"); + qDebug("CONFIG " + plugin.name + " ACTIVE"); plugin.active = true; } else { - qDebug("CONFIG" + plugin.name + "INACTIVE"); + qDebug("CONFIG " + plugin.name + " INACTIVE"); |