summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.cpp7
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");