diff pidgin/gtkconv.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 a369d8735a46
children a1e0b153fc30
line wrap: on
line diff
--- 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