-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() { | |||
260 | 260 | ||
261 | conf.exec(); | ||
262 | if ( conf.exec() == QDialog::Accepted ) { | 261 | if ( conf.exec() == QDialog::Accepted ) { |
@@ -268,4 +267,4 @@ void Today::startConfig() { | |||
268 | } | 267 | } |
269 | init(); | ||
270 | 268 | ||
269 | init(); | ||
271 | 270 | ||
@@ -276,6 +275,6 @@ void Today::startConfig() { | |||
276 | if ( m_excludeApplets.grep( plugin.name ).isEmpty() ) { | 275 | if ( m_excludeApplets.grep( plugin.name ).isEmpty() ) { |
277 | qDebug("CONFIG" + plugin.name + "ACTIVE"); | 276 | qDebug("CONFIG " + plugin.name + " ACTIVE"); |
278 | plugin.active = true; | 277 | plugin.active = true; |
279 | } else { | 278 | } else { |
280 | qDebug("CONFIG" + plugin.name + "INACTIVE"); | 279 | qDebug("CONFIG " + plugin.name + " INACTIVE"); |
281 | 280 | ||