diff plugins/autorecon.c @ 9971:ab5db2c5da79

[gaim-migrate @ 10882] Remove the default prpl, patch from datallah Patch from nosnilmot that might make recent buddies work Someone check my get_proto_smileys function. I feel like it could be better committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 02:33:53 +0000
parents ff704c905239
children c06c4a697b31
line wrap: on
line diff
--- a/plugins/autorecon.c	Wed Sep 08 02:15:18 2004 +0000
+++ b/plugins/autorecon.c	Wed Sep 08 02:33:53 2004 +0000
@@ -227,7 +227,7 @@
 	gaim_prefs_add_none(AUTORECON_OPT);
 	gaim_prefs_add_bool(OPT_HIDE_CONNECTED, FALSE);
 	gaim_prefs_add_bool(OPT_HIDE_CONNECTING, FALSE);
-	gaim_prefs_remove_bool(OPT_RESTORE_STATE);
+	gaim_prefs_remove(OPT_RESTORE_STATE);
 }
 
 GAIM_INIT_PLUGIN(autorecon, init_plugin, info)