libpurple/prpl.c

changeset 27786
630525efd6b0
parent 27596
bc7058e10c04
child 29483
0f19c1ef2cd7
child 29543
4e38799c741e
child 34021
25c14927f826
--- a/libpurple/prpl.c	Tue Jul 14 07:46:24 2009 +0000
+++ b/libpurple/prpl.c	Tue Jul 14 17:33:28 2009 +0000
@@ -269,6 +269,10 @@
 		status   = purple_presence_get_status(presence, status_id);
 
 		if(NULL == status)
+			/*
+			 * TODO: This should never happen, right?  We should call
+			 *       g_warning() or something.
+			 */
 			continue;
 
 		old_status = purple_presence_get_active_status(presence);

mercurial