diff src/protocols/msn/msn.c @ 12943:82e918444965

[gaim-migrate @ 15296] Passing the 'full' condition to the prpls when building tooltips. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 19 Jan 2006 07:01:58 +0000
parents 248b8b39c671
children 563fb4f1e9fc
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Jan 19 06:55:22 2006 +0000
+++ b/src/protocols/msn/msn.c	Thu Jan 19 07:01:58 2006 +0000
@@ -537,7 +537,7 @@
 }
 
 static char *
-msn_tooltip_text(GaimBuddy *buddy)
+msn_tooltip_text(GaimBuddy *buddy, gboolean full)
 {
 	MsnUser *user;
 	GaimPresence *presence = gaim_buddy_get_presence(buddy);
@@ -1353,7 +1353,7 @@
 	if (b)
 	{
 		GaimPresence *presence;
-		char *statustext = msn_tooltip_text(b);
+		char *statustext = msn_tooltip_text(b, TRUE);
 
 		presence = gaim_buddy_get_presence(b);