diff libpurple/protocols/msn/object.c @ 30861:4445ae4215b8

Don't destroy our local object storing the display picture when a NLN command show us the same MsnObject.
author masca@cpw.pidgin.im
date Mon, 02 Aug 2010 20:36:02 +0000
parents f1437342cc0e
children 23be655cc688
line wrap: on
line diff
--- a/libpurple/protocols/msn/object.c	Fri Jul 30 18:21:59 2010 +0000
+++ b/libpurple/protocols/msn/object.c	Mon Aug 02 20:36:02 2010 +0000
@@ -352,7 +352,7 @@
 	}
 }
 
-static MsnObject *
+MsnObject *
 msn_object_find_local(const char *sha1)
 {
 	GList *l;