Mercurial > pidgin
diff src/prefs.c @ 3072:359b4cd0e766
[gaim-migrate @ 3086]
Sound bugfix; thanks Robot101.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sun, 17 Mar 2002 18:29:17 +0000 |
| parents | 22c84cbcd5a6 |
| children | 255155a1b190 |
line wrap: on
line diff
--- a/src/prefs.c Sun Mar 17 06:43:54 2002 +0000 +++ b/src/prefs.c Sun Mar 17 18:29:17 2002 +0000 @@ -1743,8 +1743,8 @@ gtk_widget_show(vbox); for (j=0; j < NUM_SOUNDS; j++) { - /* no entry for the buddy pounce sound, it's configurable per-pounce */ - if (j == SND_POUNCE_DEFAULT) + /* no entry for sounds without an option */ + if (sounds[j].opt == 0) continue; /* seperators before SND_RECEIVE and SND_CHAT_JOIN */
