Index: tracker-utils.c =================================================================== RCS file: /cvs/gnome/tracker/src/trackerd/tracker-utils.c,v retrieving revision 1.24 diff -u -r1.24 tracker-utils.c --- tracker-utils.c 14 Sep 2006 11:48:09 -0000 1.24 +++ tracker-utils.c 15 Sep 2006 19:44:09 -0000 @@ -1751,11 +1751,6 @@ return; } - /* if busy - check if async queue has new stuff as we do not need to notify then */ - if (g_async_queue_length (tracker->user_request_queue) > 0) { - return; - } - /* if thread not in check phase then we need do nothing */ if (g_mutex_trylock (tracker->request_check_mutex)) { g_mutex_unlock (tracker->request_check_mutex);