Revision: 17520
http://svn.sourceforge.net/gaim/?rev=17520&view=rev
Author: thekingant
Date: 2006-10-18 08:27:38 -0700 (Wed, 18 Oct 2006)
Log Message:
-----------
This is no longer an issue as of datallah's commit,
revision #17509
Revision Links:
--------------
http://svn.sourceforge.net/gaim/?rev=17509&view=rev
Modified Paths:
--------------
trunk/libgaim/protocols/msn/user.c
Modified: trunk/libgaim/protocols/msn/user.c
===================================================================
--- trunk/libgaim/protocols/msn/user.c 2006-10-18 06:02:39 UTC (rev 17519)
+++ trunk/libgaim/protocols/msn/user.c 2006-10-18 15:27:38 UTC (rev 17520)
@@ -55,12 +55,6 @@
{
g_return_if_fail(user != NULL);
- /*
- * TODO: If any GaimBuddy->proto_data pointers point to this
- * MsnUser then set them to NULL. Or possibly even better,
- * don't set GaimBuddy->proto_data in the first place.
- */
-
if (user->clientcaps != NULL)
g_hash_table_destroy(user->clientcaps);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|