diff src/prefs.c @ 723:b54b8d64d8b8

[gaim-migrate @ 733] yo ho yo ho a pirates life for me committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 18 Aug 2000 21:28:16 +0000
parents d7c39f12eb89
children 8f3bcde94e2c
line wrap: on
line diff
--- 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);