changeset 11848:434181b96f44

[gaim-migrate @ 14139] Peter Lawler decided it'd be nice if the gtk signals test plugin built... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Thu, 27 Oct 2005 04:56:33 +0000
parents 5554d363fd59
children dc51cdcb648e
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	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");
 }