-rw-r--r-- | korganizer/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 44b1264..6020a46 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -837,7 +837,9 @@ void MainWindow::fillSyncMenu() config.setGroup("General"); config.writeEntry("SyncProfileNames",prof); + config.writeEntry("ExternSyncProfiles","Sharp_DTM"); config.sync(); delete temp; } + KOPrefs::instance()->mExternSyncProfiles = config.readListEntry("ExternSyncProfiles"); KOPrefs::instance()->mSyncProfileNames = prof; int i; @@ -852,4 +854,5 @@ void MainWindow::fillSyncMenu() syncMenu->setItemEnabled( false , 1000 ); } + mView->setupExternSyncProfiles(); } |