changeset 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 d41c1006e670
files libpurple/log.c pidgin/gtkconv.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/log.c	Sun Feb 04 06:46:31 2007 +0000
+++ b/libpurple/log.c	Sun Feb 04 07:18:02 2007 +0000
@@ -638,7 +638,7 @@
 #else
 #error Unknown size of time_t
 #endif
-	                     gaim_value_new(GAIM_TYPE_POINTER), 2,
+	                     gaim_value_new(GAIM_TYPE_STRING), 2,
 	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
 	                                    GAIM_SUBTYPE_LOG),
 #if SIZEOF_TIME_T == 4
--- a/pidgin/gtkconv.c	Sun Feb 04 06:46:31 2007 +0000
+++ b/pidgin/gtkconv.c	Sun Feb 04 07:18:02 2007 +0000
@@ -6807,7 +6807,7 @@
 #else
 #error Unkown size of time_t
 #endif
-	                     gaim_value_new(GAIM_TYPE_POINTER), 3,
+	                     gaim_value_new(GAIM_TYPE_STRING), 3,
 	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
 	                                    GAIM_SUBTYPE_CONVERSATION),
 #if SIZEOF_TIME_T == 4