changeset 9474:e7b312e90abb

[gaim-migrate @ 10299] datallah noticed this and nosnilmot fixed it committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 14:17:51 +0000
parents 670daf18649b
children 7a65fdba750f
files src/gtkconv.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Jul 07 14:02:07 2004 +0000
+++ b/src/gtkconv.c	Wed Jul 07 14:17:51 2004 +0000
@@ -466,7 +466,8 @@
 	if (!gaim_account_is_connected(account))
 		return;
 
-	if (gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)))
+	if ((gaim_conversation_get_type(conv) == GAIM_CONV_CHAT) &&
+		gaim_conv_chat_has_left(GAIM_CONV_CHAT(conv)))
 		return;
 
 	if(gaim_prefs_get_bool("/gaim/gtk/conversations/enable_commands")) {