comparison libpurple/account.c @ 15420:6d8728fd3dda

Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 26 Jan 2007 04:10:22 +0000
parents 5fe8042783c1
children cb3800fabd76
comparison
equal deleted inserted replaced
15419:b25a5eddff9c 15420:6d8728fd3dda
695 g_free(protocol_id); 695 g_free(protocol_id);
696 g_free(name); 696 g_free(name);
697 return NULL; 697 return NULL;
698 } 698 }
699 699
700 ret = gaim_account_new(name, protocol_id); 700 ret = gaim_account_new(name, _gaim_oscar_convert(name, protocol_id)); /* XXX: */
701 g_free(name); 701 g_free(name);
702 g_free(protocol_id); 702 g_free(protocol_id);
703 703
704 /* Read the password */ 704 /* Read the password */
705 child = xmlnode_get_child(node, "password"); 705 child = xmlnode_get_child(node, "password");