comparison src/gtksound.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 543b19a96ac5
children 4a15962c344a
comparison
equal deleted inserted replaced
8946:80944edf8d80 8947:fa6c2d893c51
105 gaim_prefs_add_string("/gaim/gtk/sound/file/chat_msg_recv", ""); 105 gaim_prefs_add_string("/gaim/gtk/sound/file/chat_msg_recv", "");
106 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/nick_said", FALSE); 106 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/nick_said", FALSE);
107 gaim_prefs_add_string("/gaim/gtk/sound/file/nick_said", ""); 107 gaim_prefs_add_string("/gaim/gtk/sound/file/nick_said", "");
108 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/pounce_default", TRUE); 108 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/pounce_default", TRUE);
109 gaim_prefs_add_string("/gaim/gtk/sound/file/pounce_default", ""); 109 gaim_prefs_add_string("/gaim/gtk/sound/file/pounce_default", "");
110 gaim_prefs_add_bool("/gaim/gtk/sound/signon", FALSE);
111 gaim_prefs_add_bool("/gaim/gtk/sound/conv_focus", TRUE); 110 gaim_prefs_add_bool("/gaim/gtk/sound/conv_focus", TRUE);
112 gaim_prefs_add_string("/gaim/gtk/sound/command", ""); 111 gaim_prefs_add_string("/gaim/gtk/sound/command", "");
113 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic"); 112 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic");
114 113
115 #ifdef USE_AO 114 #ifdef USE_AO