[gaim-migrate @ 15182]

Wed, 11 Jan 2006 22:55:14 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Wed, 11 Jan 2006 22:55:14 +0000
changeset 12834
213fe18cfeb8
parent 12833
1f461f275b90
child 12835
edc2ec6ae9f3

[gaim-migrate @ 15182]
Specify a proper type for the struct tm * argument to the log-timestamp signal.

src/log.c file | annotate | diff | comparison | revisions
--- a/src/log.c	Wed Jan 11 22:53:37 2006 +0000
+++ b/src/log.c	Wed Jan 11 22:55:14 2006 +0000
@@ -547,7 +547,8 @@
 	                     gaim_value_new(GAIM_TYPE_POINTER), 2,
 	                     gaim_value_new(GAIM_TYPE_SUBTYPE,
 	                                    GAIM_SUBTYPE_LOG),
-	                     gaim_value_new(GAIM_TYPE_POINTER));
+	                     gaim_value_new(GAIM_TYPE_BOXED,
+	                                    "struct tm *"));
 
 	gaim_prefs_connect_callback(NULL, "/core/logging/format",
 							    logger_pref_cb, NULL);

mercurial