diff src/protocols/gg/gg.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 4eae108efdde
line wrap: on
line diff
--- a/src/protocols/gg/gg.c	Thu Jan 19 06:55:22 2006 +0000
+++ b/src/protocols/gg/gg.c	Thu Jan 19 07:01:58 2006 +0000
@@ -1385,8 +1385,8 @@
 }
 /* }}} */
 
-/* static char *ggp_tooltip_text(GaimBuddy *b) {{{ */
-static char *ggp_tooltip_text(GaimBuddy *b)
+/* static char *ggp_tooltip_text(GaimBuddy *b, gboolean full) {{{ */
+static char *ggp_tooltip_text(GaimBuddy *b, gboolean full)
 {
 	GaimStatus *status;
 	char *text;