[gaim-migrate @ 9384]

Sun, 11 Apr 2004 17:56:13 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 11 Apr 2004 17:56:13 +0000
changeset 8632
b5b22c6027a1
parent 8631
f45bad880ec2
child 8633
fdbdbbb2eed3

[gaim-migrate @ 9384]
nosnilmot suggested changing his preference to a positive one

src/gtkprefs.c file | annotate | diff | comparison | revisions
src/gtksound.c file | annotate | diff | comparison | revisions
--- a/src/gtkprefs.c	Sun Apr 11 17:04:33 2004 +0000
+++ b/src/gtkprefs.c	Sun Apr 11 17:56:13 2004 +0000
@@ -1536,7 +1536,7 @@
 	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_prefs_checkbox(_("Play sounds when conversation has _focus"),
 				   "/gaim/gtk/sound/silent_focus", vbox);
 	gaim_gtk_prefs_checkbox(_("_Sounds while away"),
 				   "/core/sound/while_away", vbox);
--- a/src/gtksound.c	Sun Apr 11 17:04:33 2004 +0000
+++ b/src/gtksound.c	Sun Apr 11 17:56:13 2004 +0000
@@ -108,7 +108,7 @@
 	gaim_prefs_add_bool("/gaim/gtk/sound/enabled/pounce_default", TRUE);
 	gaim_prefs_add_string("/gaim/gtk/sound/file/pounce_default", "");
 	gaim_prefs_add_bool("/gaim/gtk/sound/silent_signon", TRUE);
-	gaim_prefs_add_bool("/gaim/gtk/sound/silent_focus", FALSE);
+	gaim_prefs_add_bool("/gaim/gtk/sound/silent_focus", TRUE);
 	gaim_prefs_add_string("/gaim/gtk/sound/command", "");
 	gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic");
 

mercurial