Mercurial > pidgin.yaz
changeset 30192:43c58f23c4b0
timestamp formats: Default to the 'default' ones (as pointed out by Jonathan)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 25 Apr 2010 02:29:09 +0000 |
parents | 446f208e5765 |
children | 1c3ee8378e2e |
files | pidgin/plugins/timestamp_format.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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");