diff libpurple/protocols/msn/notification.c @ 21102:f387e8c671a4

propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f) to branch 'im.pidgin.cpw.khc.msnp14.soap' (head ad5838522d44d037dc333469f1ab6df844ca1875)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 24 Oct 2007 02:48:32 +0000
parents 758d10b409a5 741c3b5eac21
children 35b4f1dc4c8d
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Tue Oct 23 21:52:55 2007 +0000
+++ b/libpurple/protocols/msn/notification.c	Wed Oct 24 02:48:32 2007 +0000
@@ -1790,9 +1790,7 @@
 		return;
 
 	/*new a oim session*/
-	/* There are several things that call this */
-	if (session->oim == NULL)
-		session->oim = msn_oim_new(session);
+//	session->oim = msn_oim_new(session);
 //	msn_oim_connect(session->oim);
 
 	table = msn_message_get_hashtable_from_body(msg);