diff src/account.c @ 11979:717cbb3115bc

[gaim-migrate @ 14272] patch from Eoin Coffey to add a GAIM_SUBTYPE_STATUS to GaimType committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 05 Nov 2005 01:57:00 +0000
parents e33a9171aceb
children 54a3eae03182
line wrap: on
line diff
--- a/src/account.c	Fri Nov 04 23:18:04 2005 +0000
+++ b/src/account.c	Sat Nov 05 01:57:00 2005 +0000
@@ -2274,8 +2274,10 @@
 						 gaim_marshal_VOID__POINTER_POINTER_POINTER, NULL, 3,
 						 gaim_value_new(GAIM_TYPE_SUBTYPE,
 										GAIM_SUBTYPE_ACCOUNT),
-						 gaim_value_new(GAIM_TYPE_POINTER),
-						 gaim_value_new(GAIM_TYPE_POINTER));
+						 gaim_value_new(GAIM_TYPE_SUBTYPE,
+										GAIM_SUBTYPE_STATUS),
+						 gaim_value_new(GAIM_TYPE_SUBTYPE,
+										GAIM_SUBTYPE_STATUS));
 	
 	load_accounts();