diff src/value.h @ 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 a1e241dd50b6
children d0f7f698b6de
line wrap: on
line diff
--- a/src/value.h	Wed Jan 11 23:18:52 2006 +0000
+++ b/src/value.h	Wed Jan 11 23:23:38 2006 +0000
@@ -67,7 +67,6 @@
 	GAIM_SUBTYPE_BUDDY_ICON,
 	GAIM_SUBTYPE_CONNECTION,
 	GAIM_SUBTYPE_CONVERSATION,
-	GAIM_SUBTYPE_CONV_WINDOW,
 	GAIM_SUBTYPE_PLUGIN,
 	GAIM_SUBTYPE_BLIST_NODE,
 	GAIM_SUBTYPE_CIPHER,