[Pidgin] #4810: Send Attention menu item in conversation menu should expand if there are multiple attention commands that can be sent
Pidgin
trac at pidgin.im
Sat Feb 9 02:21:39 EST 2008
#4810: Send Attention menu item in conversation menu should expand if there are
multiple attention commands that can be sent
--------------------------+-------------------------------------------------
Reporter: jeff | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: Patches welcome
Component: pidgin (gtk) | Version: 2.3.1
Keywords: msimprpl | Pending: 0
--------------------------+-------------------------------------------------
#2788 adds a Send Attention command in the conversation window. However,
this can only send attention requests of type 0:
{{{
serv_send_attention(purple_conversation_get_gc(conv),
purple_conversation_get_name(conv), 0);
}}}
Yahoo and MSN only have one kind of nudge and buzz, so this is fine for
those prpls, but MySpaceIM allows you to zap, torch, punk, etc. your
friends. The zeroth attention request type is zap, so Send Attention will
always send zaps on MySpaceIM.
This ticket is for enhancing the Send Attention menu to expand into a tree
for when multiple attention commands are available, to allow sending any
kind of attention command available. See
`purple_get_attention_type_from_code`, and to get the list of available
commands, `PurplePluginProtocolInfo->get_attention_types(PurpleAccount
*)`.
Also if possible, I'd like to be able to click the root of this menu to
send the default attention type, even if it expands into multiple items.
--
Ticket URL: <http://developer.pidgin.im/ticket/4810>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list