# HG changeset patch # User Eric Warmenhoven # Date 966634096 0 # Node ID b54b8d64d8b8f92e67f7b5f0173c0f25b1748539 # Parent 26e96119d5a5c37dd9b8887d2ab5ad38fff7ffbe [gaim-migrate @ 733] yo ho yo ho a pirates life for me committer: Tailor Script diff -r 26e96119d5a5 -r b54b8d64d8b8 src/prefs.c --- a/src/prefs.c Fri Aug 18 20:13:41 2000 +0000 +++ b/src/prefs.c Fri Aug 18 21:28:16 2000 +0000 @@ -1101,6 +1101,11 @@ gaim_button(_("Sound when buddy logs in"), &sound_options, OPT_SOUND_LOGIN, box); gaim_button(_("Sound when buddy logs out"), &sound_options, OPT_SOUND_LOGOUT, box); + + sep = gtk_hseparator_new(); + gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5); + gtk_widget_show(sep); + gaim_button(_("Sound when message is received"), &sound_options, OPT_SOUND_RECV, box); gaim_button(_("Sound when message is first received"), &sound_options, OPT_SOUND_FIRST_RCV, box); gaim_button(_("Sound when message is sent"), &sound_options, OPT_SOUND_SEND, box);