# HG changeset patch # User Richard Laager # Date 1139011304 0 # Node ID c73c7dd0721f8932dbc2392fcc6bc08b4f29b7d5 # Parent 7a05525e41972bf9fc2b6e6eac73dfa1090141b2 [gaim-migrate @ 15476] Use the right format string for one of these cases. Bad copy-paste. committer: Tailor Script diff -r 7a05525e4197 -r c73c7dd0721f plugins/timestamp_format.c --- 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; }