diff src/protocols/silc/silc.c @ 10443:b6ca0e1b19d0

[gaim-migrate @ 11703] Shuffle some things around in prefs.c and use xmlnode/the util function for saving prefs. Now all our xml files are written to disk at once, with gobs of error detection. If anyone complains about losing their config file with 2.x, send them to me. Muwha ha ha ha ha. Ha. Heh. Sigh. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 28 Dec 2004 19:11:15 +0000
parents 3e4ecbdf8d0a
children d7ca3fa38e05
line wrap: on
line diff
--- a/src/protocols/silc/silc.c	Tue Dec 28 17:38:03 2004 +0000
+++ b/src/protocols/silc/silc.c	Tue Dec 28 19:11:15 2004 +0000
@@ -512,7 +512,6 @@
 		val = gaim_request_field_string_get_value(f);
 	if (val && *val) {
 		gaim_prefs_set_string("/plugins/prpl/silc/vcard", val);
-		gaim_prefs_sync();
 		tmp = silc_file_readfile(val, &tmp_len);
 		if (tmp) {
 			tmp[tmp_len] = 0;