libpurple/protocols/gg/pubdir-prpl.c

branch
soc.2013.gobjectification
changeset 34955
854143116575
parent 34940
c0aef3b64c56
parent 34449
bbcb198650b7
child 34989
348356cbc657
child 36782
64936dae41a3
--- a/libpurple/protocols/gg/pubdir-prpl.c	Thu Sep 19 12:26:45 2013 +0530
+++ b/libpurple/protocols/gg/pubdir-prpl.c	Sat Sep 21 16:41:50 2013 +0530
@@ -671,7 +671,8 @@
 		(records_count == 0 && form->offset != 0))
 	{
 		purple_notify_error(gc, GGP_PUBDIR_SEARCH_TITLE,
-			_("Error while searching for buddies"), NULL);
+			_("Error while searching for buddies"), NULL,
+			purple_request_cpar_from_connection(gc));
 		ggp_pubdir_search_form_free(form);
 		return;
 	}
@@ -680,7 +681,8 @@
 	{
 		purple_notify_info(gc, GGP_PUBDIR_SEARCH_TITLE,
 			_("No matching users found"),
-			_("There are no users matching your search criteria."));
+			_("There are no users matching your search criteria."),
+			purple_request_cpar_from_connection(gc));
 		ggp_pubdir_search_form_free(form);
 		return;
 	}

mercurial