comparison src/gtksound.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 fa6395637e2c
children 127cd17ee215
comparison
equal deleted inserted replaced
8629:fdff0f31002d 8630:ff2c1e946a5c
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/silent_signon", TRUE); 110 gaim_prefs_add_bool("/gaim/gtk/sound/silent_signon", TRUE);
111 gaim_prefs_add_bool("/gaim/gtk/sound/silent_focus", FALSE);
111 gaim_prefs_add_string("/gaim/gtk/sound/command", ""); 112 gaim_prefs_add_string("/gaim/gtk/sound/command", "");
112 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic"); 113 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic");
113 114
114 #ifdef USE_AO 115 #ifdef USE_AO
115 gaim_debug(GAIM_DEBUG_INFO, "sound", 116 gaim_debug(GAIM_DEBUG_INFO, "sound",