diff src/log.c @ 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 ff267281e882
children 7e45ccd91e58
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);