comparison src/gtkprefs.c @ 8947:fa6c2d893c51

[gaim-migrate @ 9719] Eradicate the "Sounds when you log in" preference, default to no sounds when you log in committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 06:12:03 +0000
parents 80944edf8d80
children 175cbf710a47
comparison
equal deleted inserted replaced
8946:80944edf8d80 8947:fa6c2d893c51
1493 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 1493 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
1494 1494
1495 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL); 1495 sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
1496 1496
1497 vbox = gaim_gtk_make_frame (ret, _("Sound Options")); 1497 vbox = gaim_gtk_make_frame (ret, _("Sound Options"));
1498 #if 0 /* PREFSLASH04 */
1499 gaim_gtk_prefs_checkbox(_("Sounds when you _log in"),
1500 "/gaim/gtk/sound/signon", vbox);
1501 #endif /* PREFSLASH04 */
1502 gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"), 1498 gaim_gtk_prefs_checkbox(_("Sounds when conversation has _focus"),
1503 "/gaim/gtk/sound/conv_focus", vbox); 1499 "/gaim/gtk/sound/conv_focus", vbox);
1504 gaim_gtk_prefs_checkbox(_("_Sounds while away"), 1500 gaim_gtk_prefs_checkbox(_("_Sounds while away"),
1505 "/core/sound/while_away", vbox); 1501 "/core/sound/while_away", vbox);
1506 1502
2917 /* Rename some old prefs */ 2913 /* Rename some old prefs */
2918 gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims"); 2914 gaim_prefs_rename("/gaim/gtk/logging/log_ims", "/core/logging/log_ims");
2919 gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats"); 2915 gaim_prefs_rename("/gaim/gtk/logging/log_chats", "/core/logging/log_chats");
2920 gaim_prefs_rename("/core/conversations/placement", 2916 gaim_prefs_rename("/core/conversations/placement",
2921 "/gaim/gtk/conversations/placement"); 2917 "/gaim/gtk/conversations/placement");
2922 gaim_prefs_rename_boolean_toggle("/gaim/gtk/sound/silent_signon",
2923 "/gaim/gtk/sound/signon");
2924 2918
2925 /* Remove some no-longer-used prefs */ 2919 /* Remove some no-longer-used prefs */
2926 gaim_prefs_remove("/gaim/gtk/blist/show_group_count"); 2920 gaim_prefs_remove("/gaim/gtk/blist/show_group_count");
2927 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs"); 2921 gaim_prefs_remove("/gaim/gtk/conversations/icons_on_tabs");
2928 gaim_prefs_remove("/gaim/gtk/conversations/ignore_colors"); 2922 gaim_prefs_remove("/gaim/gtk/conversations/ignore_colors");
2930 gaim_prefs_remove("/gaim/gtk/conversations/ignore_font_sizes"); 2924 gaim_prefs_remove("/gaim/gtk/conversations/ignore_font_sizes");
2931 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links"); 2925 gaim_prefs_remove("/gaim/gtk/conversations/show_urls_as_links");
2932 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys"); 2926 gaim_prefs_remove("/gaim/gtk/conversations/show_smileys");
2933 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion"); 2927 gaim_prefs_remove("/gaim/gtk/conversations/chat/tab_completion");
2934 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete"); 2928 gaim_prefs_remove("/gaim/gtk/conversations/chat/old_tab_complete");
2935 } 2929 gaim_prefs_remove("/gaim/gtk/sound/signon");
2930 gaim_prefs_remove("/gaim/gtk/sound/silent_signon");
2931 }