diff libpurple/savedstatuses.c @ 15421: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 878b1f5f64a6
line wrap: on
line diff
--- a/libpurple/savedstatuses.c	Fri Jan 26 03:53:15 2007 +0000
+++ b/libpurple/savedstatuses.c	Fri Jan 26 04:10:22 2007 +0000
@@ -382,6 +382,7 @@
 		const char *protocol;
 		acct_name = xmlnode_get_data(node);
 		protocol = xmlnode_get_attrib(node, "protocol");
+		protocol = _gaim_oscar_convert(acct_name, protocol); /* XXX: Remove */
 		if ((acct_name != NULL) && (protocol != NULL))
 			ret->account = gaim_accounts_find(acct_name, protocol);
 		g_free(acct_name);