changeset 12834:03ff00e0bb84

[gaim-migrate @ 15182] Specify a proper type for the struct tm * argument to the log-timestamp signal. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 22:55:14 +0000
parents cb2d493e1925
children 6a81da55d4d4
files src/log.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);