src/protocols/msn/msn.c

changeset 11531
63c017cfd8d2
parent 11522
c2a0d620f903
child 11533
f58436975d44
--- a/src/protocols/msn/msn.c	Mon Sep 12 18:43:03 2005 +0000
+++ b/src/protocols/msn/msn.c	Mon Sep 12 18:46:15 2005 +0000
@@ -1483,8 +1483,7 @@
 		g_snprintf(buf, 1024, "<html><body>%s<b>%s</b></body></html>",
 				tooltip_text, _("Error retrieving profile"));
 
-		gaim_notify_userinfo(info_data->gc, info_data->name, NULL,
-				title, NULL, buf, NULL, NULL);
+		gaim_notify_userinfo(info_data->gc, info_data->name, title, NULL, buf, NULL, NULL);
 
 		g_free(tooltip_text);
 		return;
@@ -1820,8 +1819,7 @@
 #endif
 
 	g_string_prepend(s, tooltip_text);
-	gaim_notify_userinfo(info_data->gc, info_data->name, NULL, 
-						 title, NULL, s->str, NULL, NULL);
+	gaim_notify_userinfo(info_data->gc, info_data->name, title, NULL, s->str, NULL, NULL);
 
 	g_free(stripped);
 	g_free(url_buffer);

mercurial