-rw-r--r-- | noncore/net/wellenreiter/gui/configwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/configwindow.cpp b/noncore/net/wellenreiter/gui/configwindow.cpp index 68da712..f536f4e 100644 --- a/noncore/net/wellenreiter/gui/configwindow.cpp +++ b/noncore/net/wellenreiter/gui/configwindow.cpp | |||
@@ -341,5 +341,7 @@ void WellenreiterConfigWindow::save() | |||
341 | c->writeEntry( "start", startGPS->isChecked() ); | 341 | c->writeEntry( "start", startGPS->isChecked() ); |
342 | c->writeEntry( "command", commandGPS->text() ); | 342 | c->writeEntry( "command", commandGPS->text() ); |
343 | 343 | ||
344 | c->write(); | ||
345 | |||
344 | #endif | 346 | #endif |
345 | } | 347 | } |