Mercurial > pidgin
diff src/gtkprefs.c @ 8633:f8292be3b45c
[gaim-migrate @ 9385]
<nosnilmot> KingAnt: It needs a bit more than that... leaving the pref
called silent_focus is confusing, and there's logic inversion required
in gtkconv.c
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 11 Apr 2004 18:06:13 +0000 |
| parents | 127cd17ee215 |
| children | 543b19a96ac5 |
line wrap: on
line diff
--- a/src/gtkprefs.c Sun Apr 11 17:56:13 2004 +0000 +++ b/src/gtkprefs.c Sun Apr 11 18:06:13 2004 +0000 @@ -1536,8 +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(_("Play sounds when conversation has _focus"), - "/gaim/gtk/sound/silent_focus", vbox); + gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"), + "/gaim/gtk/sound/conv_focus", vbox); gaim_gtk_prefs_checkbox(_("_Sounds while away"), "/core/sound/while_away", vbox);
