summaryrefslogtreecommitdiff
path: root/libpurple
diff options
context:
space:
mode:
authorMark Doliner <markdoliner@pidgin.im>2011-01-03 19:18:07 +0000
committerMark Doliner <markdoliner@pidgin.im>2011-01-03 19:18:07 +0000
commit54cbbb1914b9194864dfbae75a1628b1c33952ec (patch)
treeaa203c485de4709d904a22ed355ca569504699e0 /libpurple
parentbc61dc8cd497f2139744c7c7b9e83aee644b2d1f (diff)
downloadpidgin-54cbbb1914b9194864dfbae75a1628b1c33952ec.tar.gz
Add a comment that we should eventually remove this pref
Diffstat (limited to 'libpurple')
-rw-r--r--libpurple/plugins/autoaccept.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libpurple/plugins/autoaccept.c b/libpurple/plugins/autoaccept.c
index de0021eb6c..09961f3a42 100644
--- a/libpurple/plugins/autoaccept.c
+++ b/libpurple/plugins/autoaccept.c
@@ -231,6 +231,13 @@ static gboolean
plugin_load(PurplePlugin *plugin)
{
/* migrate the old pref (we should only care if the plugin is actually *used*) */
+ /*
+ * TODO: We should eventually call purple_prefs_remove(PREFS_STRANGER_OLD)
+ * to clean up after ourselves, but we don't want to do it yet
+ * so that we don't break users who share a .purple directory
+ * between old libpurple clients and new libpurple clients.
+ * --Mark Doliner, 2011-01-03
+ */
if(purple_prefs_get_bool(PREF_STRANGER_OLD))
purple_prefs_set_int(PREF_STRANGER, FT_REJECT);