[gaim-migrate @ 10888]

Wed, 08 Sep 2004 04:12:48 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Wed, 08 Sep 2004 04:12:48 +0000
changeset 9977
ac3c637cb8dc
parent 9976
5fceb5de48b8
child 9978
d9577399b84d

[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);

mercurial