Mercurial > pidgin
diff ChangeLog @ 32739:bba25395d28e
*** Plucked rev 8102ace3c8e8bec9e456d927dd7c923afbb582a6 (qulogic@pidgin.im):
Don't migrate the old autoaccept pref if the new one already exists.
Otherwise, we would clobber the existing pref if it doesn't match
the old pref.
Fixes #14964.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 27 Feb 2012 23:08:37 +0000 |
parents | fd4a16fdb7ae |
children | 07b3035b4319 |
line wrap: on
line diff
--- a/ChangeLog Thu Feb 23 08:13:01 2012 +0000 +++ b/ChangeLog Mon Feb 27 23:08:37 2012 +0000 @@ -31,6 +31,10 @@ Windows-Specific Changes: * Fix compilation of the Bonjour protocol plugin. (#14802) + Plugins: + * The autoaccept plugin will no longer reset the preference for unknown + buddies to "Auto Reject" in certain cases. (#14964) + version 2.10.1 (12/06/2011): Finch: * Fix compilation on OpenBSD.