Mercurial > pidgin.yaz
diff src/buddy.c @ 3060:4f2f12bf4408
[gaim-migrate @ 3074]
Code cleanups by Robert McQueen. Michael Golden replaced the multiple per-account signon windows with a single signon window showing the status of all your accounts
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 16 Mar 2002 00:32:53 +0000 |
parents | 966c4e460ebb |
children | 22c84cbcd5a6 |
line wrap: on
line diff
--- a/src/buddy.c Fri Mar 15 20:09:14 2002 +0000 +++ b/src/buddy.c Sat Mar 16 00:32:53 2002 +0000 @@ -1559,7 +1559,7 @@ if (strlen(b->sound)) play_file(b->sound); else - play_sound(POUNCE_DEFAULT); + play_sound(SND_POUNCE_DEFAULT); } if (!(b->options & OPT_POUNCE_SAVE)) @@ -2155,7 +2155,7 @@ } if (b->present == 1) { if (bs->sound != 2) - play_sound(BUDDY_ARRIVE); + play_sound(SND_BUDDY_ARRIVE); pm = gdk_pixmap_create_from_xpm_d(blist->window, &bm, NULL, (char **)login_icon_xpm); gtk_widget_hide(bs->pix); @@ -2218,7 +2218,7 @@ buddies that have already signed off */ if (bs->sound != 1) - play_sound(BUDDY_LEAVE); + play_sound(SND_BUDDY_LEAVE); bs->connlist = g_slist_remove(bs->connlist, gc); update_num_group(gs);