Mercurial > pidgin
changeset 29846:75ea2a624b10
gtkrequest: Fix pidgin_request_action
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 29 Apr 2010 05:55:14 +0000 |
parents | ce87ffff1fcc |
children | 2a436e0ce977 |
files | pidgin/gtkrequest.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkrequest.c Thu Apr 29 04:06:07 2010 +0000 +++ b/pidgin/gtkrequest.c Thu Apr 29 05:55:14 2010 +0000 @@ -738,8 +738,9 @@ PurpleAccount *account, const char *who, PurpleConversation *conv, void *user_data, size_t action_count, va_list actions) { - pidgin_request_action_with_icon(title, primary, secondary, default_action, - account, who, conv, NULL, 0, user_data, action_count, actions); + return pidgin_request_action_with_icon(title, primary, secondary, + default_action, account, who, conv, NULL, 0, user_data, action_count, + actions); } static void