Mercurial > pidgin
changeset 8632:127cd17ee215
[gaim-migrate @ 9384]
nosnilmot suggested changing his preference to a positive one
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 11 Apr 2004 17:56:13 +0000 |
parents | 7b8f2818f38a |
children | f8292be3b45c |
files | src/gtkprefs.c src/gtksound.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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");