comparison 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
comparison
equal deleted inserted replaced
3694:e941bfbacf7c 3695:21d16e3164eb
1299 1299
1300 chatentry = gtk_text_new(NULL, NULL); 1300 chatentry = gtk_text_new(NULL, NULL);
1301 b->entry = chatentry; 1301 b->entry = chatentry;
1302 if (!(chat_options & OPT_CHAT_ONE_WINDOW)) 1302 if (!(chat_options & OPT_CHAT_ONE_WINDOW))
1303 gtk_window_set_focus(GTK_WINDOW(b->window), b->entry); 1303 gtk_window_set_focus(GTK_WINDOW(b->window), b->entry);
1304
1305
1306 b->makesound = 1; /* Need to do this until we get a menu */
1304 1307
1305 toolbar = build_conv_toolbar(b); 1308 toolbar = build_conv_toolbar(b);
1306 gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0); 1309 gtk_box_pack_start(GTK_BOX(vbox), toolbar, FALSE, FALSE, 0);
1307 1310
1308 gtk_object_set_user_data(GTK_OBJECT(chatentry), b); 1311 gtk_object_set_user_data(GTK_OBJECT(chatentry), b);