comparison 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
comparison
equal deleted inserted replaced
11978:3b6b39b86771 11979:717cbb3115bc
2272 2272
2273 gaim_signal_register(handle, "account-status-changed", 2273 gaim_signal_register(handle, "account-status-changed",
2274 gaim_marshal_VOID__POINTER_POINTER_POINTER, NULL, 3, 2274 gaim_marshal_VOID__POINTER_POINTER_POINTER, NULL, 3,
2275 gaim_value_new(GAIM_TYPE_SUBTYPE, 2275 gaim_value_new(GAIM_TYPE_SUBTYPE,
2276 GAIM_SUBTYPE_ACCOUNT), 2276 GAIM_SUBTYPE_ACCOUNT),
2277 gaim_value_new(GAIM_TYPE_POINTER), 2277 gaim_value_new(GAIM_TYPE_SUBTYPE,
2278 gaim_value_new(GAIM_TYPE_POINTER)); 2278 GAIM_SUBTYPE_STATUS),
2279 gaim_value_new(GAIM_TYPE_SUBTYPE,
2280 GAIM_SUBTYPE_STATUS));
2279 2281
2280 load_accounts(); 2282 load_accounts();
2281 2283
2282 } 2284 }
2283 2285