--- a/libpurple/protocols/yahoo/ycht.c Thu Sep 19 12:26:45 2013 +0530 +++ b/libpurple/protocols/yahoo/ycht.c Sat Sep 21 16:41:50 2013 +0530 @@ -457,7 +457,9 @@ static void ycht_connection_error(YchtConn *ycht, const gchar *error) { - purple_notify_info(ycht->gc, NULL, _("Connection problem with the YCHT server"), error); + purple_notify_info(ycht->gc, NULL, + _("Connection problem with the YCHT server"), error, + purple_request_cpar_from_connection(ycht->gc)); ycht_connection_close(ycht); }