comparison src/prefs.c @ 5547:90a67ea697f7

[gaim-migrate @ 5948] Some more convertination. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 29 May 2003 19:48:13 +0000
parents 7a64114641c3
children b18c2a37cc96
comparison
equal deleted inserted replaced
5546:22cf337e8b8f 5547:90a67ea697f7
132 gaim_prefs_add_bool("/core/conversations/im/show_logoff", TRUE); 132 gaim_prefs_add_bool("/core/conversations/im/show_logoff", TRUE);
133 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE); 133 gaim_prefs_add_bool("/core/conversations/im/send_typing", TRUE);
134 134
135 /* Proxy */ 135 /* Proxy */
136 gaim_prefs_add_none("/core/proxy"); 136 gaim_prefs_add_none("/core/proxy");
137 gaim_prefs_add_int("/core/proxy/type");
138 137
139 /* Sound */ 138 /* Sound */
140 gaim_prefs_add_none("/core/sound"); 139 gaim_prefs_add_none("/core/sound");
141 gaim_prefs_add_bool("/core/sound/command", FALSE); 140 gaim_prefs_add_bool("/core/sound/command", FALSE);
142 gaim_prefs_add_bool("/core/sound/use_arts", FALSE); 141 gaim_prefs_add_bool("/core/sound/use_arts", FALSE);