[gaim-migrate @ 15476]

Sat, 04 Feb 2006 00:01:44 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sat, 04 Feb 2006 00:01:44 +0000
changeset 13115
ed3680c839d8
parent 13114
89c855cbfe02
child 13116
677ff68a65af

[gaim-migrate @ 15476]
Use the right format string for one of these cases. Bad copy-paste.

plugins/timestamp_format.c file | annotate | diff | comparison | revisions
--- a/plugins/timestamp_format.c	Fri Feb 03 18:30:27 2006 +0000
+++ b/plugins/timestamp_format.c	Sat Feb 04 00:01:44 2006 +0000
@@ -72,7 +72,7 @@
 	}
 
 	if (force)
-		return g_strdup(gaim_utf8_strftime("%Y-%m-%d %H:%M:%S", tm));
+		return g_strdup(gaim_utf8_strftime("%H:%M:%S", tm));
 
 	return NULL;
 }

mercurial