comparison 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
comparison
equal deleted inserted replaced
8632:127cd17ee215 8633:f8292be3b45c
1534 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); 1534 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
1535 1535
1536 vbox = gaim_gtk_make_frame (ret, _("Sound Options")); 1536 vbox = gaim_gtk_make_frame (ret, _("Sound Options"));
1537 gaim_gtk_prefs_checkbox(_("_No sounds when you log in"), 1537 gaim_gtk_prefs_checkbox(_("_No sounds when you log in"),
1538 "/gaim/gtk/sound/silent_signon", vbox); 1538 "/gaim/gtk/sound/silent_signon", vbox);
1539 gaim_gtk_prefs_checkbox(_("Play sounds when conversation has _focus"), 1539 gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"),
1540 "/gaim/gtk/sound/silent_focus", vbox); 1540 "/gaim/gtk/sound/conv_focus", vbox);
1541 gaim_gtk_prefs_checkbox(_("_Sounds while away"), 1541 gaim_gtk_prefs_checkbox(_("_Sounds while away"),
1542 "/core/sound/while_away", vbox); 1542 "/core/sound/while_away", vbox);
1543 1543
1544 #ifndef _WIN32 1544 #ifndef _WIN32
1545 vbox = gaim_gtk_make_frame (ret, _("Sound Method")); 1545 vbox = gaim_gtk_make_frame (ret, _("Sound Method"));