changeset 12898:e3b4e6787dff

[gaim-migrate @ 15251] SF Patch #1406080 from Sadrul. This fixes the prototype on the drawing-tooltip callback. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 17 Jan 2006 00:20:13 +0000
parents e9b0c90ce58a
children 83de40f1c0df
files plugins/gtk-signals-test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/gtk-signals-test.c	Tue Jan 17 00:09:12 2006 +0000
+++ b/plugins/gtk-signals-test.c	Tue Jan 17 00:20:13 2006 +0000
@@ -48,7 +48,7 @@
 }
 
 static void
-blist_drawing_tooltip_cb(GaimBlistNode *node, char **text, void *data) {
+blist_drawing_tooltip_cb(GaimBlistNode *node, GString *str, gboolean full, void *data) {
 	gaim_debug_info("gtk-signal-test", "drawing tooltip cb\n");
 }