diff src/gtkconv.c @ 12837:1096bdfef887

[gaim-migrate @ 15185] Removing GAIM_SUBTYPE_CONV_WINDOW because conversation windows are no longer a concept of the core. I changed the signal in gtkconv.c to use GAIM_TYPE_BOXED, but I really have no idea how well that'll actually work for the language bindings (Perl and Tcl) that were using GAIM_SUBTYPE_CONV_WINDOW. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 23:23:38 +0000
parents 1bb4837b527e
children cf3540702d21
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Jan 11 23:18:52 2006 +0000
+++ b/src/gtkconv.c	Wed Jan 11 23:23:38 2006 +0000
@@ -6384,10 +6384,10 @@
 	 **********************************************************************/
 	gaim_signal_register(handle, "conversation-dragging",
 	                     gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
-	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
-	                                    GAIM_SUBTYPE_CONV_WINDOW),
-	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
-	                                    GAIM_SUBTYPE_CONV_WINDOW));
+	                     gaim_value_new(GAIM_TYPE_BOXED,
+	                                    "GaimGtkWindow *"),
+	                     gaim_value_new(GAIM_TYPE_BOXED,
+	                                    "GaimGtkWindow *"));
 
 	gaim_signal_register(handle, "conversation-timestamp",
 	                     gaim_marshal_POINTER__POINTER_POINTER,