comparison src/prefs.c @ 5683:9befba33f7c8

[gaim-migrate @ 6102] Moved the call to gtk_proxy_init() into main.c for now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 03 Jun 2003 02:30:30 +0000
parents 46d7ad0dfa26
children b61520e71679
comparison
equal deleted inserted replaced
5682:cec7988f8ee7 5683:9befba33f7c8
144 gaim_prefs_add_bool("/core/sound/use_arts", FALSE); 144 gaim_prefs_add_bool("/core/sound/use_arts", FALSE);
145 gaim_prefs_add_bool("/core/sound/use_beep", FALSE); 145 gaim_prefs_add_bool("/core/sound/use_beep", FALSE);
146 gaim_prefs_add_bool("/core/sound/use_custom", FALSE); 146 gaim_prefs_add_bool("/core/sound/use_custom", FALSE);
147 gaim_prefs_add_string("/core/sound/command", ""); 147 gaim_prefs_add_string("/core/sound/command", "");
148 gaim_prefs_add_bool("/core/sound/while_away", FALSE); 148 gaim_prefs_add_bool("/core/sound/while_away", FALSE);
149
150 gaim_proxy_init();
151 } 149 }
152 150
153 static char *pref_full_name(struct gaim_pref *pref) { 151 static char *pref_full_name(struct gaim_pref *pref) {
154 GString *name; 152 GString *name;
155 struct gaim_pref *parent; 153 struct gaim_pref *parent;