Wed, 08 Sep 2004 04:12:48 +0000
[gaim-migrate @ 10888]
*sigh*
| src/log.c | file | annotate | diff | comparison | revisions |
--- 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);