[ 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:
Chris Toshok
2002-08-28 05:52:53 +00:00
committed by Chris Toshok
parent 685293cb46
commit f4fbfa9176
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -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 ]
+2 -2
View File
@@ -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;
}