diff src/buddy_chat.c @ 3695:21d16e3164eb

[gaim-migrate @ 3825] Give sounds back to chat. Also, KingAnt made oscar not compile in windows. This makes it compile again. :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 14 Oct 2002 14:15:26 +0000
parents c78e0c031514
children da6e3c984985
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon Oct 14 07:47:51 2002 +0000
+++ b/src/buddy_chat.c	Mon Oct 14 14:15:26 2002 +0000
@@ -1302,6 +1302,9 @@
 	if (!(chat_options & OPT_CHAT_ONE_WINDOW))
 		gtk_window_set_focus(GTK_WINDOW(b->window), b->entry);
 
+
+	b->makesound = 1; /* Need to do this until we get a menu */
+
 	toolbar = build_conv_toolbar(b);
 	gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);