X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fgui%2FSearchBarWidget.cpp;h=88645b1452403f4b4004ab6ba71e2fdbd93f737e;hb=8423e909001f746ef24bac8045cc00f4a5ea1d4b;hp=81795d594e2eca82d33f38ad03f34a6a19cf0095;hpb=9e1b6e62ff6f4b4650f585eb7a8f942f163e57f6;p=mdictionary diff --git a/src/mdictionary/gui/SearchBarWidget.cpp b/src/mdictionary/gui/SearchBarWidget.cpp index 81795d5..88645b1 100644 --- a/src/mdictionary/gui/SearchBarWidget.cpp +++ b/src/mdictionary/gui/SearchBarWidget.cpp @@ -371,7 +371,7 @@ void SearchBarWidget::setBusy() { if(busy) return; #ifndef Q_WS_MAEMO_5 - busyTimer->start(500); + busyTimer->start(50); emit setButtonText(tr("Stop")); this->setMaximumHeight(88); progressBar->show(); @@ -399,7 +399,7 @@ void SearchBarWidget::updateBusyTimer(){ emit progresSetValue2(100); progressMax=true; } - busyTimer->start(500); + busyTimer->start(50); } void SearchBarWidget::setIdle() {