--- 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; }