# HG changeset patch # User Paul Aurich # Date 1272162549 0 # Node ID 43c58f23c4b0a229ff64c601d4be2f66d42d1aca # Parent 446f208e5765908fe6623737f7e907cfa821a73c timestamp formats: Default to the 'default' ones (as pointed out by Jonathan) diff -r 446f208e5765 -r 43c58f23c4b0 pidgin/plugins/timestamp_format.c --- a/pidgin/plugins/timestamp_format.c Sat Apr 24 23:06:17 2010 +0000 +++ b/pidgin/plugins/timestamp_format.c Sun Apr 25 02:29:09 2010 +0000 @@ -309,7 +309,7 @@ "/plugins/gtk/timestamp_format/force_24hr")) purple_prefs_add_string("/plugins/gtk/timestamp_format/force", "force24"); else - purple_prefs_add_string("/plugins/gtk/timestamp_format/force", "force12"); + purple_prefs_add_string("/plugins/gtk/timestamp_format/force", "default"); } else purple_prefs_add_string("/plugins/gtk/timestamp_format/force", "default");