use custom format string for time preference

This commit is contained in:
Will Song
2015-01-27 19:55:16 -06:00
parent 6529220351
commit 7f436d614b
5 changed files with 15 additions and 47 deletions

View File

@@ -727,7 +727,7 @@ _get_default_string(preference_t pref)
case PREF_ROSTER_BY:
return "none";
case PREF_TIME:
return "seconds";
return "%H:%M:%S";
default:
return NULL;
}