# HG changeset patch # User Rob Flynn # Date 1034604926 0 # Node ID 21d16e3164eb4936ec50f2d2076a89f13115577f # Parent e941bfbacf7cdcd65f228acbb78130c6a77c3e4c [gaim-migrate @ 3825] Give sounds back to chat. Also, KingAnt made oscar not compile in windows. This makes it compile again. :) committer: Tailor Script diff -r e941bfbacf7c -r 21d16e3164eb src/buddy_chat.c --- 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); diff -r e941bfbacf7c -r 21d16e3164eb src/protocols/oscar/Makefile.mingw --- a/src/protocols/oscar/Makefile.mingw Mon Oct 14 07:47:51 2002 +0000 +++ b/src/protocols/oscar/Makefile.mingw Mon Oct 14 14:15:26 2002 +0000 @@ -82,6 +82,7 @@ chat.c \ chatnav.c \ conn.c \ + email.c \ ft.c \ icq.c \ im.c \