comparison src/gtksound.c @ 8633:f8292be3b45c

[gaim-migrate @ 9385] <nosnilmot> KingAnt: It needs a bit more than that... leaving the pref called silent_focus is confusing, and there's logic inversion required in gtkconv.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 11 Apr 2004 18:06:13 +0000
parents 127cd17ee215
children 543b19a96ac5
comparison
equal deleted inserted replaced
8632:127cd17ee215 8633:f8292be3b45c
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", TRUE); 111 gaim_prefs_add_bool("/gaim/gtk/sound/conv_focus", TRUE);
112 gaim_prefs_add_string("/gaim/gtk/sound/command", ""); 112 gaim_prefs_add_string("/gaim/gtk/sound/command", "");
113 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic"); 113 gaim_prefs_add_string("/gaim/gtk/sound/method", "automatic");
114 114
115 #ifdef USE_AO 115 #ifdef USE_AO
116 gaim_debug(GAIM_DEBUG_INFO, "sound", 116 gaim_debug(GAIM_DEBUG_INFO, "sound",