|
From: <ebl...@us...> - 2006-08-31 21:51:06
|
Revision: 17101
http://svn.sourceforge.net/gaim/?rev=17101&view=rev
Author: eblanton
Date: 2006-08-31 14:50:55 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
This shouldn't be necessary, but I don't see how it's happening just yet
Modified Paths:
--------------
trunk/console/gntblist.c
Modified: trunk/console/gntblist.c
===================================================================
--- trunk/console/gntblist.c 2006-08-31 12:38:50 UTC (rev 17100)
+++ trunk/console/gntblist.c 2006-08-31 21:50:55 UTC (rev 17101)
@@ -121,6 +121,11 @@
static void
node_update(GaimBuddyList *list, GaimBlistNode *node)
{
+ /* It really looks like this should never happen ... but it does.
+ This will at least emit a warning to the log when it
+ happens, so maybe someone will figure it out. */
+ g_return_if_fail(node != NULL);
+
if (list->ui_data == NULL)
return;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|