[gaim-migrate @ 7310]

Sun, 07 Sep 2003 04:54:13 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Sun, 07 Sep 2003 04:54:13 +0000
changeset 6773
5fe0dceadad4
parent 6772
748eb5453507
child 6774
3cb9bcebb10b

[gaim-migrate @ 7310]
Remove a series of warnings from startup.

src/protocols/msn/notification.c file | annotate | diff | comparison | revisions
--- a/src/protocols/msn/notification.c	Sun Sep 07 04:47:22 2003 +0000
+++ b/src/protocols/msn/notification.c	Sun Sep 07 04:54:13 2003 +0000
@@ -106,10 +106,12 @@
 			b = gaim_buddy_new(account,
 							   msn_user_get_passport(user), NULL);
 
+			b->proto_data = user;
+
 			gaim_blist_add_buddy(b, NULL, g, NULL);
 		}
-
-		b->proto_data = user;
+		else
+			b->proto_data = user;
 	}
 
 	/* Find all occurrences of this buddy in the wrong place. */

mercurial