comparison libpurple/log.c @ 15534:47e9514f1c89

The log-timestamp and conversation-timestamp signals return a string. I found that my local SVN tree had a change from GAIM_TYPE_POINTER to GAIM_TYPE_STRING for the log-timestamp. I figured I might as well commit that and see what happens.
author Richard Laager <rlaager@wiktel.com>
date Sun, 04 Feb 2007 07:18:02 +0000
parents 92107f572ac6
children 841669fc7af3
comparison
equal deleted inserted replaced
15533:92107f572ac6 15534:47e9514f1c89
636 #elif SIZEOF_TIME_T == 8 636 #elif SIZEOF_TIME_T == 8
637 gaim_marshal_POINTER__POINTER_INT64_BOOLEAN, 637 gaim_marshal_POINTER__POINTER_INT64_BOOLEAN,
638 #else 638 #else
639 #error Unknown size of time_t 639 #error Unknown size of time_t
640 #endif 640 #endif
641 gaim_value_new(GAIM_TYPE_POINTER), 2, 641 gaim_value_new(GAIM_TYPE_STRING), 2,
642 gaim_value_new(GAIM_TYPE_SUBTYPE, 642 gaim_value_new(GAIM_TYPE_SUBTYPE,
643 GAIM_SUBTYPE_LOG), 643 GAIM_SUBTYPE_LOG),
644 #if SIZEOF_TIME_T == 4 644 #if SIZEOF_TIME_T == 4
645 gaim_value_new(GAIM_TYPE_INT), 645 gaim_value_new(GAIM_TYPE_INT),
646 #elif SIZEOF_TIME_T == 8 646 #elif SIZEOF_TIME_T == 8