comparison gtk/gtkconv.c @ 14619:6ff3eb035e08

[gaim-migrate @ 17347] conversation-timestamp takes a GaimConversation, somehow the two -timestamp signals got a little crossed (or miscopied and pasted). committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 25 Sep 2006 07:27:02 +0000
parents f407d80a618c
children 79c1c4fe497d
comparison
equal deleted inserted replaced
14618:2f0b4d0de5bb 14619:6ff3eb035e08
6571 #else 6571 #else
6572 #error Unkown size of time_t 6572 #error Unkown size of time_t
6573 #endif 6573 #endif
6574 gaim_value_new(GAIM_TYPE_POINTER), 2, 6574 gaim_value_new(GAIM_TYPE_POINTER), 2,
6575 gaim_value_new(GAIM_TYPE_SUBTYPE, 6575 gaim_value_new(GAIM_TYPE_SUBTYPE,
6576 GAIM_SUBTYPE_LOG), 6576 GAIM_SUBTYPE_CONVERSATION),
6577 #if SIZEOF_TIME_T == 4 6577 #if SIZEOF_TIME_T == 4
6578 gaim_value_new(GAIM_TYPE_INT)); 6578 gaim_value_new(GAIM_TYPE_INT));
6579 #elif SIZEOF_TIME_T == 8 6579 #elif SIZEOF_TIME_T == 8
6580 gaim_value_new(GAIM_TYPE_INT64)); 6580 gaim_value_new(GAIM_TYPE_INT64));
6581 #else 6581 #else