comparison src/protocols/silc/buddy.c @ 9295:3313eab5033d

[gaim-migrate @ 10098] I really thought I had removed all those gaim_blist_save's Sorry about that committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 21:59:04 +0000
parents ab845c8e2afe
children d27156c9c876
comparison
equal deleted inserted replaced
9294:01dee77a079d 9295:3313eab5033d
959 memset(filename, 0, sizeof(filename)); 959 memset(filename, 0, sizeof(filename));
960 g_snprintf(filename, sizeof(filename) - 1, 960 g_snprintf(filename, sizeof(filename) - 1,
961 "%s" G_DIR_SEPARATOR_S "clientkeys" G_DIR_SEPARATOR_S "clientkey_%s.pub", 961 "%s" G_DIR_SEPARATOR_S "clientkeys" G_DIR_SEPARATOR_S "clientkey_%s.pub",
962 silcgaim_silcdir(), fingerprint); 962 silcgaim_silcdir(), fingerprint);
963 gaim_blist_node_set_string((GaimBlistNode *)b, "public-key", filename); 963 gaim_blist_node_set_string((GaimBlistNode *)b, "public-key", filename);
964 gaim_blist_save();
965 964
966 /* Update online status on the buddy list */ 965 /* Update online status on the buddy list */
967 gaim_blist_update_buddy_presence(b, GAIM_BUDDY_ONLINE); 966 gaim_blist_update_buddy_presence(b, GAIM_BUDDY_ONLINE);
968 967
969 /* Finally, start watching this user so we receive its status 968 /* Finally, start watching this user so we receive its status