[Pidgin] #192: msimprpl crashes add/edit accounts window
Pidgin
trac at pidgin.im
Tue Apr 17 23:37:40 EDT 2007
#192: msimprpl crashes add/edit accounts window
------------------------+---------------------------------------------------
Reporter: jeff | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: libpurple | Version: 2.0
Resolution: | Keywords: msimprpl msim myspaceim
------------------------+---------------------------------------------------
Comment (by jeff):
Fixed in msimprpl 0.4. Patch for myspace.c:
{{{
static const gchar *msim_list_icon(GaimAccount *acct, GaimBuddy *buddy)
{
- g_return_val_if_fail(acct != NULL);
return "meanwhile";
}
}}}
[http://developer.pidgin.im/doxygen/dev/html/struct__PurplePluginProtocolInfo.html#bd7ef531099b6e12083d7fc1dbfae904
list_icon documentation] says "If `buddy` is NULL, it will return the name
to use for the account's icon.", but `acct` can also be NULL.
--
Ticket URL: <http://developer.pidgin.im/ticket/192#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list