comparison src/gtksound.c @ 7460:3973a09525b3

[gaim-migrate @ 8073] This should fix the missing prefs for the buddy pounce sound. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 08 Nov 2003 05:52:39 +0000
parents feb3d21a7794
children a259e244e44f
comparison
equal deleted inserted replaced
7459:825351e3b01b 7460:3973a09525b3
101 gaim_prefs_add_string("/gaim/gtk/sound/file/send_chat_msg", ""); 101 gaim_prefs_add_string("/gaim/gtk/sound/file/send_chat_msg", "");
102 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/chat_msg_recv", FALSE); 102 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/chat_msg_recv", FALSE);
103 gaim_prefs_add_string("/gaim/gtk/sound/file/chat_msg_recv", ""); 103 gaim_prefs_add_string("/gaim/gtk/sound/file/chat_msg_recv", "");
104 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/nick_said", FALSE); 104 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/nick_said", FALSE);
105 gaim_prefs_add_string("/gaim/gtk/sound/file/nick_said", ""); 105 gaim_prefs_add_string("/gaim/gtk/sound/file/nick_said", "");
106 gaim_prefs_add_bool("/gaim/gtk/sound/enabled/pounce_default", TRUE);
107 gaim_prefs_add_string("/gaim/gtk/sound/file/pounce_default", "");
106 gaim_prefs_add_bool("/gaim/gtk/sound/silent_signon", TRUE); 108 gaim_prefs_add_bool("/gaim/gtk/sound/silent_signon", TRUE);
107 gaim_prefs_add_string("/gaim/gtk/sound/command", ""); 109 gaim_prefs_add_string("/gaim/gtk/sound/command", "");
108 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic"); 110 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic");
109 111
110 #ifdef USE_AO 112 #ifdef USE_AO