| 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 { |