[Pidgin] #227: Ignore in right-click menu on users in chats is broken.
Pidgin
trac at pidgin.im
Fri Apr 20 12:25:57 EDT 2007
#227: Ignore in right-click menu on users in chats is broken.
---------------------------+------------------------------------------------
Reporter: rlaager | Owner: rlaager
Type: defect | Status: new
Priority: minor | Milestone:
Component: pidgin (gtk) | Version: 2.0
Resolution: | Keywords:
---------------------------+------------------------------------------------
Comment (by rlaager):
ignore_cb (and unignore_cb) need to do something like this:
{{{
const char *who = g_object_get_data(G_OBJECT(w), "user_data");
}}}
Then, instead of this:
{{{
if (gtk_tree_selection_get_selected(sel, NULL, &iter)) {
}}}
They need to find the buddy by name.
--
Ticket URL: <http://developer.pidgin.im/ticket/227#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list