--- a/libpurple/request.c Sun Apr 25 21:40:33 2010 +0000 +++ b/libpurple/request.c Mon Apr 26 19:18:55 2010 +0000 @@ -1385,7 +1385,7 @@ ops = purple_request_get_ui_ops(); - if (ops != NULL && ops->request_action != NULL) { + if (ops != NULL && ops->request_action_with_icon != NULL) { PurpleRequestInfo *info; info = g_new0(PurpleRequestInfo, 1);