Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/prefs.c Sat Nov 19 15:27:44 2005 +0000 +++ b/src/prefs.c Sat Nov 19 16:35:34 2005 +0000 @@ -1122,9 +1122,9 @@ /* Contact Priority Settings */ gaim_prefs_add_none("/core/contact"); gaim_prefs_add_bool("/core/contact/last_match", FALSE); - gaim_prefs_add_int("/core/contact/offline_score", 4); - gaim_prefs_add_int("/core/contact/away_score", 2); - gaim_prefs_add_int("/core/contact/idle_score", 1); + gaim_prefs_remove("/core/contact/offline_score"); + gaim_prefs_remove("/core/contact/away_score"); + gaim_prefs_remove("/core/contact/idle_score"); } void
