Mercurial > pidgin
diff libpurple/request.c @ 29839:ee3a87e92316
Woops, copy-paste error... :)
| author | Marcus Lundblad <ml@update.uu.se> |
|---|---|
| date | Mon, 26 Apr 2010 19:18:55 +0000 |
| parents | 6d3a90b49dba |
| children | e72f6383095b |
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);
