Mercurial > pidgin
diff src/log.c @ 9977:0ac9b01c6837
[gaim-migrate @ 10888]
*sigh*
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Wed, 08 Sep 2004 04:12:48 +0000 |
| parents | b23e70bd1215 |
| children | 9fdbfe832fac |
line wrap: on
line diff
--- a/src/log.c Wed Sep 08 03:59:17 2004 +0000 +++ b/src/log.c Wed Sep 08 04:12:48 2004 +0000 @@ -183,6 +183,7 @@ gaim_account_get_username(account)))); const char *target; /* does this seem like a bad way to get this component of the path to anyone else? --Nathan */ + /* XXX: this is in fact a HORRIBLE way to do this, because if we can't find the prpl (plugin won't load) then this goes BOOM. Someone make a better way...*/ const char *prpl = GAIM_PLUGIN_PROTOCOL_INFO( gaim_find_prpl(gaim_account_get_protocol_id(account)) )->list_icon(account, NULL);
