Mercurial > pidgin.yaz
changeset 30254:ee3a87e92316
Woops, copy-paste error... :)
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Mon, 26 Apr 2010 19:18:55 +0000 |
parents | 35cbe4684177 |
children | 2a1e4a000e87 |
files | libpurple/request.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);