SVN commit 501334 by ariya: more delay, to annoy less M +1 -1 kspread_editors.cc --- trunk/koffice/kspread/kspread_editors.cc #501333:501334 @@ -604,7 +604,7 @@ void TextEditor::checkFunctionAutoComplete() { functionCompletionTimer->stop(); - functionCompletionTimer->start( 500, true ); + functionCompletionTimer->start( 2000, true ); } void TextEditor::triggerFunctionAutoComplete()