From kde-commits Sun Jan 22 16:43:32 2006 From: Ariya Hidayat Date: Sun, 22 Jan 2006 16:43:32 +0000 To: kde-commits Subject: koffice/kspread Message-Id: <1137948212.787688.24717.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113794822715724 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()