[ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails.
2002-08-27 Chris Toshok <toshok@ximian.com> [ Fixes #14835 ] * backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): notify_complete with InvalidQuery if the parse fails. svn path=/trunk/; revision=17883
This commit is contained in:
committed by
Chris Toshok
parent
685293cb46
commit
f4fbfa9176
@@ -1,3 +1,9 @@
|
||||
2002-08-27 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
[ Fixes #14835 ]
|
||||
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_search):
|
||||
notify_complete with InvalidQuery if the parse fails.
|
||||
|
||||
2002-08-27 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
[ fixes #26907 ]
|
||||
|
||||
@@ -2925,8 +2925,8 @@ pas_backend_ldap_search (PASBackendLDAP *bl,
|
||||
return;
|
||||
}
|
||||
else {
|
||||
g_warning ("LDAP problem converting search query %s\n", view->search);
|
||||
book_view_notify_status (view->book_view, _("Could not parse query string"));
|
||||
pas_book_view_notify_complete (view->book_view,
|
||||
GNOME_Evolution_Addressbook_BookViewListener_InvalidQuery);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user