Mercurial > pidgin
diff src/prefs.c @ 109:45bcfa3b584c
[gaim-migrate @ 119]
Added an option to not play 'login' sounds when people first sign on.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 12 Apr 2000 21:30:29 +0000 |
parents | 51943f1a97a0 |
children | d4e99c17e399 |
line wrap: on
line diff
--- a/src/prefs.c Wed Apr 12 08:28:52 2000 +0000 +++ b/src/prefs.c Wed Apr 12 21:30:29 2000 +0000 @@ -619,6 +619,7 @@ gaim_button("Sound when message is sent", &sound_options, OPT_SOUND_SEND, sound_page); gaim_button("Sound when first message is received", &sound_options, OPT_SOUND_FIRST_RCV, sound_page); gaim_button("Sound when message is received if away", &sound_options, OPT_SOUND_WHEN_AWAY, sound_page); + gaim_button("No sound for buddies signed on when you log in", &sound_options, OPT_SOUND_SILENT_SIGNON, sound_page); gtk_widget_show(sound_page);