diff src/gtkconv.c @ 11690:872932089400

[gaim-migrate @ 13976] Removing the a_virgin field from GaimGtkImPane. It's no longer used. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Oct 2005 23:04:59 +0000
parents 9c0612901c3e
children d9aab67a9e07
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Oct 17 22:39:34 2005 +0000
+++ b/src/gtkconv.c	Mon Oct 17 23:04:59 2005 +0000
@@ -3805,7 +3805,6 @@
 
 	if (conv_type == GAIM_CONV_TYPE_IM) {
 		gtkconv->u.im = g_malloc0(sizeof(GaimGtkImPane));
-		gtkconv->u.im->a_virgin = TRUE;
 
 		pane = setup_im_pane(gtkconv);
 	} else if (conv_type == GAIM_CONV_TYPE_CHAT) {
@@ -3922,8 +3921,6 @@
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 	gaim_gtkconv_set_active_conversation(conv);
 
-	gtkconv->u.im->a_virgin = FALSE;
-
 	gaim_conversation_write(conv, who, message, flags, mtime);
 }