# HG changeset patch # User Gary Kramlich # Date 1130388993 0 # Node ID 434181b96f444f35e8e3c1836c831f3aabd6ab10 # Parent 5554d363fd59a82852033292f749422344e22717 [gaim-migrate @ 14139] Peter Lawler decided it'd be nice if the gtk signals test plugin built... committer: Tailor Script diff -r 5554d363fd59 -r 434181b96f44 plugins/gtk-signals-test.c --- a/plugins/gtk-signals-test.c Thu Oct 27 02:10:11 2005 +0000 +++ b/plugins/gtk-signals-test.c Thu Oct 27 04:56:33 2005 +0000 @@ -56,7 +56,7 @@ * Conversation subsystem signal callbacks **************************************************************************/ static void -conversation_dragging_cb(GaimConvWindow *source, GaimConvWindow *destination) { +conversation_dragging_cb(GaimGtkWindow *source, GaimGtkWindow *destination) { gaim_debug_info("gtk-signal-test", "conversation dragging cb\n"); }