comparison src/prefs.c @ 12164:281ab2ecc08c

[gaim-migrate @ 14465] SF Patch #1361253 from Sadrul Summary: "Contact Priority Fix" "This was not updated when GAIM_STATUS_ONLINE was removed." Comment by sadrul: "I have also included a fix for the contact-priority plugin." I made a lot more changes to the contact priority. It seems to work for me now. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 16:35:34 +0000
parents 6f8869d95c09
children 3ef381cdc47e
comparison
equal deleted inserted replaced
12163:f6f08fd1841a 12164:281ab2ecc08c
1120 gaim_prefs_add_none("/core/buddies"); 1120 gaim_prefs_add_none("/core/buddies");
1121 1121
1122 /* Contact Priority Settings */ 1122 /* Contact Priority Settings */
1123 gaim_prefs_add_none("/core/contact"); 1123 gaim_prefs_add_none("/core/contact");
1124 gaim_prefs_add_bool("/core/contact/last_match", FALSE); 1124 gaim_prefs_add_bool("/core/contact/last_match", FALSE);
1125 gaim_prefs_add_int("/core/contact/offline_score", 4); 1125 gaim_prefs_remove("/core/contact/offline_score");
1126 gaim_prefs_add_int("/core/contact/away_score", 2); 1126 gaim_prefs_remove("/core/contact/away_score");
1127 gaim_prefs_add_int("/core/contact/idle_score", 1); 1127 gaim_prefs_remove("/core/contact/idle_score");
1128 } 1128 }
1129 1129
1130 void 1130 void
1131 gaim_prefs_uninit() 1131 gaim_prefs_uninit()
1132 { 1132 {