[gaim-migrate @ 7341]

Wed, 10 Sep 2003 01:14:00 +0000

author
Christian Hammond <chipx86@chipx86.com>
date
Wed, 10 Sep 2003 01:14:00 +0000
changeset 6801
98b3b2a3be1b
parent 6800
8f99c220b503
child 6802
aed1ec5fc336

[gaim-migrate @ 7341]
Remove the "User does not have a MsnUser" error.

src/protocols/msn/msn.c file | annotate | diff | comparison | revisions
--- a/src/protocols/msn/msn.c	Wed Sep 10 00:24:48 2003 +0000
+++ b/src/protocols/msn/msn.c	Wed Sep 10 01:14:00 2003 +0000
@@ -294,10 +294,6 @@
 		emblems[i++] = "away";
 
 	if (user == NULL) {
-		/* Shouldn't happen. */
-		gaim_debug_error("msn", "buddy %s does not have a MsnUser attached!\n",
-						 b->name);
-
 		emblems[0] = "offline";
 	}
 	else if (user->mobile)
@@ -322,7 +318,6 @@
 msn_tooltip_text(GaimBuddy *b)
 {
 	char *text = NULL;
-	/* MsnUser *user = b->proto_data; */
 
 	if (GAIM_BUDDY_IS_ONLINE(b)) {
 		text = g_strdup_printf(_("<b>Status:</b> %s"),

mercurial