# HG changeset patch # User Richard Laager # Date 1137457213 0 # Node ID e3b4e6787dff33c7911a4609df510f1c2bf4ddc1 # Parent e9b0c90ce58a702e50bfa2dc0700e3563b2f3168 [gaim-migrate @ 15251] SF Patch #1406080 from Sadrul. This fixes the prototype on the drawing-tooltip callback. committer: Tailor Script diff -r e9b0c90ce58a -r e3b4e6787dff plugins/gtk-signals-test.c --- 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"); }