comparison src/main.c @ 4581:4b1e24835bbf

[gaim-migrate @ 4864] put NAS sound support back in, and re-wrote a lot of the libao stuff this should mostly put an end to people having to make a ~/.libao file committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 14 Feb 2003 20:57:32 +0000
parents 9df99116840a
children eddb870a3c4d
comparison
equal deleted inserted replaced
4580:3fef2d45dce0 4581:4b1e24835bbf
527 /* Set the UI operation structures. */ 527 /* Set the UI operation structures. */
528 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); 528 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops());
529 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops()); 529 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops());
530 530
531 setup_stock(); 531 setup_stock();
532
533 gaim_sound_init();
534 532
535 #ifndef _WIN32 533 #ifndef _WIN32
536 /* use the nice PNG icon for all the windows */ 534 /* use the nice PNG icon for all the windows */
537 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim.png", NULL); 535 icon_path = g_build_filename(DATADIR, "pixmaps", "gaim.png", NULL);
538 icon = gdk_pixbuf_new_from_file(icon_path, NULL); 536 icon = gdk_pixbuf_new_from_file(icon_path, NULL);