Mercurial > pidgin
diff src/blist.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 | cb73483c9f63 |
| children | 980c877bd238 |
line wrap: on
line diff
--- a/src/blist.c Fri Nov 04 23:18:04 2005 +0000 +++ b/src/blist.c Sat Nov 05 01:57:00 2005 +0000 @@ -2548,8 +2548,10 @@ 3, gaim_value_new(GAIM_TYPE_SUBTYPE, GAIM_SUBTYPE_BLIST_BUDDY), - 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)); gaim_signal_register(handle, "buddy-idle-changed", gaim_marshal_VOID__POINTER_INT_INT, NULL,
