diff 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
line wrap: on
line diff
--- a/libpurple/account.c	Fri Jan 26 03:53:15 2007 +0000
+++ b/libpurple/account.c	Fri Jan 26 04:10:22 2007 +0000
@@ -697,7 +697,7 @@
 		return NULL;
 	}
 
-	ret = gaim_account_new(name, protocol_id);
+	ret = gaim_account_new(name, _gaim_oscar_convert(name, protocol_id)); /* XXX: */
 	g_free(name);
 	g_free(protocol_id);