author | mickeyl <mickeyl> | 2003-12-08 18:13:23 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-08 18:13:23 (UTC) |
commit | bb4cc2c9e5b583daa8da5cfc64b010e3aa8136ed (patch) (side-by-side diff) | |
tree | 602b27ae3ab1dbf5f20ed2e794b2d34c0bb3abfd /noncore | |
parent | bbc55b1790e93973c0fdf7ad5f758f6ff4da2269 (diff) | |
download | opie-bb4cc2c9e5b583daa8da5cfc64b010e3aa8136ed.zip opie-bb4cc2c9e5b583daa8da5cfc64b010e3aa8136ed.tar.gz opie-bb4cc2c9e5b583daa8da5cfc64b010e3aa8136ed.tar.bz2 |
use more sane standard interval
-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() { performAutodetection(); } prismHeader->setChecked( c->readBoolEntry( "prism", false ) ); hopChannels->setChecked( c->readBoolEntry( "hop", true ) ); - hopInterval->setValue( c->readNumEntry( "interval", 100 ) ); + hopInterval->setValue( c->readNumEntry( "interval", 250 ) ); adaptiveHopping->setChecked( c->readBoolEntry( "adaptive", true ) ); c->setGroup( "Capture" ); captureFileName->setText( c->readEntry( "filename", "/tmp/capture" ) ); c->setGroup( "UI" ); |