From be160b9da23e77996e7c83a3f5c5158aa7e22d17 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 4 May 2012 10:06:37 +0000 Subject: Fix multi-threaded autocompletion when number of threads > number of sources --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index f593b32bc..2a47fa985 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -3796,7 +3796,7 @@ function rcube_webmail() for (i=0; i 1 && source === null) + if (threads > 1 && source === undefined) break; lock = this.display_message(this.get_label('searching'), 'loading'); -- cgit v1.2.3