# HG changeset patch # User Nathan Walp # Date 1094616768 0 # Node ID 0ac9b01c6837fd955965cc8bb0aaa3a526b55b02 # Parent f4ff7d2b9b2cc6e38b20fabff53cbe98911e5d6d [gaim-migrate @ 10888] *sigh* committer: Tailor Script diff -r f4ff7d2b9b2c -r 0ac9b01c6837 src/log.c --- 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);