Mercurial > pidgin
diff src/gtkconv.c @ 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 | 362e92781b3f |
| children | c23f7045357c |
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")) {
