2007-01-09 17:58:05 +01:00
|
|
|
Index: addressbook/backends/file/e-book-backend-file.c
|
|
|
|
===================================================================
|
2007-07-21 18:10:00 +02:00
|
|
|
--- addressbook/backends/file/e-book-backend-file.c.orig
|
|
|
|
+++ addressbook/backends/file/e-book-backend-file.c
|
|
|
|
@@ -684,6 +684,9 @@ e_book_backend_file_stop_book_view (EBoo
|
2007-01-09 17:58:05 +01:00
|
|
|
FileBackendSearchClosure *closure = get_closure (book_view);
|
|
|
|
gboolean need_join = FALSE;
|
2007-07-21 18:10:00 +02:00
|
|
|
|
2007-01-09 17:58:05 +01:00
|
|
|
+ if (!closure)
|
|
|
|
+ return;
|
2007-07-21 18:10:00 +02:00
|
|
|
+
|
2007-01-09 17:58:05 +01:00
|
|
|
d(printf ("stopping query\n"));
|
|
|
|
g_mutex_lock (closure->mutex);
|
2007-07-21 18:10:00 +02:00
|
|
|
if (!closure->stopped)
|