diff src/gtkprefs.c @ 8630:ff2c1e946a5c

[gaim-migrate @ 9382] Add an option for "No sounds when conversation has focus" Thanks goes to nosnilmot, I think committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Apr 2004 16:09:06 +0000
parents 6046b0b6abd0
children 127cd17ee215
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Apr 11 03:27:11 2004 +0000
+++ b/src/gtkprefs.c	Sun Apr 11 16:09:06 2004 +0000
@@ -1536,6 +1536,8 @@
 	vbox = gaim_gtk_make_frame (ret, _("Sound Options"));
 	gaim_gtk_prefs_checkbox(_("_No sounds when you log in"),
 				   "/gaim/gtk/sound/silent_signon", vbox);
+	gaim_gtk_prefs_checkbox(_("No sounds when conversation has _focus"),
+				   "/gaim/gtk/sound/silent_focus", vbox);
 	gaim_gtk_prefs_checkbox(_("_Sounds while away"),
 				   "/core/sound/while_away", vbox);