--- a/libpurple/protocols/yahoo/ycht.c Wed Sep 18 18:24:28 2013 +0200 +++ b/libpurple/protocols/yahoo/ycht.c Sat Sep 21 11:54:03 2013 +0200 @@ -454,7 +454,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); }