Mercurial > pidgin.yaz
diff libpurple/protocols/yahoo/yahoo.c @ 21236:73c5f5bfeb39
disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 16 Nov 2007 23:27:01 +0000 |
parents | fba1f6c3df0b |
children | 8ae227dca885 |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c Sun Oct 14 18:07:19 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Fri Nov 16 23:27:01 2007 +0000 @@ -1033,7 +1033,7 @@ _("OK"), G_CALLBACK(yahoo_buddy_add_deny_cb), _("Cancel"), G_CALLBACK(yahoo_buddy_add_deny_noreason_cb), purple_connection_get_account(add_req->gc), add_req->who, NULL, - PURPLE_REQUEST_HINT_BLIST, add_req); + "blist", add_req); } static void yahoo_buddy_denied_our_add(PurpleConnection *gc, const char *who, const char *reason) @@ -2067,7 +2067,7 @@ "will remove and ignore the buddy."), who); purple_request_yes_no_with_hint(gc, NULL, _("Ignore buddy?"), buf, 0, gc->account, who, NULL, - PURPLE_REQUEST_HINT_BLIST, b, + "blist", b, G_CALLBACK(ignore_buddy), G_CALLBACK(keep_buddy)); break; @@ -3499,7 +3499,7 @@ _("OK"), G_CALLBACK(yahoo_act_id), _("Cancel"), NULL, purple_connection_get_account(gc), NULL, NULL, - PURPLE_REQUEST_HINT_ACCOUNT, gc); + "account", gc); } static void yahoo_show_chat_goto(PurplePluginAction *action) @@ -3510,7 +3510,7 @@ _("OK"), G_CALLBACK(yahoo_chat_goto), _("Cancel"), NULL, purple_connection_get_account(gc), NULL, NULL, - PURPLE_REQUEST_HINT_CONV, gc); + "chat", gc); } static GList *yahoo_actions(PurplePlugin *plugin, gpointer context) {