comparison src/prefs.c @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents 9b303dd88cb2
children 450b25d8d953
comparison
equal deleted inserted replaced
7419:82dfe392a773 7420:53c86d59f20b
118 gaim_prefs_add_int("/core/away/auto_response/sec_before_resend", 60); 118 gaim_prefs_add_int("/core/away/auto_response/sec_before_resend", 60);
119 119
120 /* Buddies */ 120 /* Buddies */
121 gaim_prefs_add_none("/core/buddies"); 121 gaim_prefs_add_none("/core/buddies");
122 gaim_prefs_add_bool("/core/buddies/use_server_alias", TRUE); 122 gaim_prefs_add_bool("/core/buddies/use_server_alias", TRUE);
123
124 /* Contact Priority Settings */
125 gaim_prefs_add_none("/core/contact");
126 gaim_prefs_add_bool("/core/contact/last_match", FALSE);
127 gaim_prefs_add_int("/core/contact/offline_score", 4);
128 gaim_prefs_add_int("/core/contact/away_score", 2);
129 gaim_prefs_add_int("/core/contact/idle_score", 1);
123 } 130 }
124 131
125 static char * 132 static char *
126 get_path_dirname(const char *name) 133 get_path_dirname(const char *name)
127 { 134 {