diff src/conversation.c @ 2794:2d3f47783a22

[gaim-migrate @ 2807] it's really annoying talking to smarterchild with this turned on committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 22:33:21 +0000
parents 3bf63f1882c8
children f7375f78d0f9
line wrap: on
line diff
--- a/src/conversation.c	Mon Nov 26 21:55:53 2001 +0000
+++ b/src/conversation.c	Mon Nov 26 22:33:21 2001 +0000
@@ -906,6 +906,9 @@
 
 			if (c->makesound && (sound_options & OPT_SOUND_SEND))
 				play_sound(SEND);
+
+			if (im_options & OPT_IM_POPDOWN)
+				gtk_widget_hide(c->window);
 		}
 	} else {
 		err = serv_chat_send(c->gc, c->id, buf);
@@ -1355,6 +1358,8 @@
 	if (!c->is_chat && !g_list_find(conversations, c))
 		return;
 
+	gtk_widget_show(c->window);
+
 	if (!c->is_chat || !(c->gc->prpl->options & OPT_PROTO_UNIQUE_CHATNAME)) {
 		if (!who) {
 			if (flags & WFLAG_SEND) {