Merge remote-tracking branch 'incertia/time'

Conflicts:
	src/config/preferences.c
This commit is contained in:
James Booth
2015-07-01 20:16:09 +01:00
6 changed files with 82 additions and 90 deletions

View File

@@ -725,9 +725,9 @@ _get_default_string(preference_t pref)
case PREF_ROSTER_BY:
return "presence";
case PREF_TIME:
return "seconds";
return "%H:%M:%S";
case PREF_TIME_STATUSBAR:
return "minutes";
return "%H:%M";
case PREF_PGP_LOG:
return "redact";
default: