# HG changeset patch # User John Bailey # Date 1293677027 0 # Node ID dd2f19faee14f791824dc2a263f0bd6ccfdb8e32 # Parent 86598f5d7ebd80445ec0629e2ada20440a0e2049 Stu points out that removing this old pref could be a problem for users sharing .purple directories. diff -r 86598f5d7ebd -r dd2f19faee14 libpurple/plugins/autoaccept.c --- a/libpurple/plugins/autoaccept.c Thu Dec 30 01:22:52 2010 +0000 +++ b/libpurple/plugins/autoaccept.c Thu Dec 30 02:43:47 2010 +0000 @@ -231,10 +231,8 @@ plugin_load(PurplePlugin *plugin) { /* migrate the old pref (we should only care if the plugin is actually *used*) */ - if(purple_prefs_get_bool(PREF_STRANGER_OLD)) { + if(purple_prefs_get_bool(PREF_STRANGER_OLD)) purple_prefs_set_int(PREF_STRANGER, FT_REJECT); - purple_prefs_remove(PREF_STRANGER_OLD); - } purple_signal_connect(purple_xfers_get_handle(), "file-recv-request", plugin, PURPLE_CALLBACK(file_recv_request_cb), plugin);