diff plugins/perl/perl-common.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 519dc2186438
children 2422097a7a5e
line wrap: on
line diff
--- a/plugins/perl/perl-common.c	Wed Jan 11 23:18:52 2006 +0000
+++ b/plugins/perl/perl-common.c	Wed Jan 11 23:23:38 2006 +0000
@@ -420,7 +420,6 @@
 		case GAIM_SUBTYPE_BLIST_CHAT:   stash = "Gaim::BuddyList::Chat";  break;
 		case GAIM_SUBTYPE_CONNECTION:   stash = "Gaim::Connection";       break;
 		case GAIM_SUBTYPE_CONVERSATION: stash = "Gaim::Conversation";     break;
-		case GAIM_SUBTYPE_CONV_WINDOW:  stash = "Gaim::ConvWindow";       break;
 		case GAIM_SUBTYPE_PLUGIN:       stash = "Gaim::Plugin";           break;
 
 		default: