comparison 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
comparison
equal deleted inserted replaced
8629:fdff0f31002d 8630:ff2c1e946a5c
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(_("No sounds when conversation has _focus"),
1540 "/gaim/gtk/sound/silent_focus", vbox);
1539 gaim_gtk_prefs_checkbox(_("_Sounds while away"), 1541 gaim_gtk_prefs_checkbox(_("_Sounds while away"),
1540 "/core/sound/while_away", vbox); 1542 "/core/sound/while_away", vbox);
1541 1543
1542 #ifndef _WIN32 1544 #ifndef _WIN32
1543 vbox = gaim_gtk_make_frame (ret, _("Sound Method")); 1545 vbox = gaim_gtk_make_frame (ret, _("Sound Method"));