-rw-r--r-- | noncore/net/wellenreiter/gui/configwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/wellenreiter/gui/configwindow.cpp b/noncore/net/wellenreiter/gui/configwindow.cpp index f82c088..68da712 100644 --- a/noncore/net/wellenreiter/gui/configwindow.cpp +++ b/noncore/net/wellenreiter/gui/configwindow.cpp | |||
@@ -277,13 +277,13 @@ void WellenreiterConfigWindow::load() | |||
277 | { | 277 | { |
278 | performAutodetection(); | 278 | performAutodetection(); |
279 | } | 279 | } |
280 | 280 | ||
281 | prismHeader->setChecked( c->readBoolEntry( "prism", false ) ); | 281 | prismHeader->setChecked( c->readBoolEntry( "prism", false ) ); |
282 | hopChannels->setChecked( c->readBoolEntry( "hop", true ) ); | 282 | hopChannels->setChecked( c->readBoolEntry( "hop", true ) ); |
283 | hopInterval->setValue( c->readNumEntry( "interval", 100 ) ); | 283 | hopInterval->setValue( c->readNumEntry( "interval", 250 ) ); |
284 | adaptiveHopping->setChecked( c->readBoolEntry( "adaptive", true ) ); | 284 | adaptiveHopping->setChecked( c->readBoolEntry( "adaptive", true ) ); |
285 | 285 | ||
286 | c->setGroup( "Capture" ); | 286 | c->setGroup( "Capture" ); |
287 | captureFileName->setText( c->readEntry( "filename", "/tmp/capture" ) ); | 287 | captureFileName->setText( c->readEntry( "filename", "/tmp/capture" ) ); |
288 | 288 | ||
289 | c->setGroup( "UI" ); | 289 | c->setGroup( "UI" ); |