# HG changeset patch # User Gabriel Schulhof # Date 1187288626 0 # Node ID 92f32fa4c36fcb104c273a22dca7a9f141692b3b # Parent fa06f943abd3cd8cc282f70d7ff3b52e96ac62af Adding hints to yahoo yahoo.c diff -r fa06f943abd3 -r 92f32fa4c36f libpurple/protocols/yahoo/yahoo.c --- a/libpurple/protocols/yahoo/yahoo.c Thu Aug 16 17:20:03 2007 +0000 +++ b/libpurple/protocols/yahoo/yahoo.c Thu Aug 16 18:23:46 2007 +0000 @@ -1003,7 +1003,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, - add_req); + "blist", add_req); } static void yahoo_buddy_added_us(PurpleConnection *gc, struct yahoo_packet *pkt) { @@ -1910,7 +1910,7 @@ "will remove and ignore the buddy."), who); purple_request_yes_no(gc, NULL, _("Ignore buddy?"), buf, 0, gc->account, who, NULL, - b, + "blist", b, G_CALLBACK(ignore_buddy), G_CALLBACK(keep_buddy)); break; @@ -3334,7 +3334,7 @@ _("OK"), G_CALLBACK(yahoo_act_id), _("Cancel"), NULL, purple_connection_get_account(gc), NULL, NULL, - gc); + "account", gc); } static void yahoo_show_chat_goto(PurplePluginAction *action) @@ -3345,7 +3345,7 @@ _("OK"), G_CALLBACK(yahoo_chat_goto), _("Cancel"), NULL, purple_connection_get_account(gc), NULL, NULL, - gc); + "chat", gc); } static GList *yahoo_actions(PurplePlugin *plugin, gpointer context) {