Pass offline filter to roster_get_contacts

This commit is contained in:
James Booth
2015-11-18 01:03:35 +00:00
parent b373cbcfc0
commit 4efe456e74
8 changed files with 46 additions and 42 deletions

View File

@@ -865,7 +865,7 @@ _get_default_string(preference_t pref)
case PREF_ROSTER_BY:
return "presence";
case PREF_ROSTER_ORDER:
return "name";
return "presence";
case PREF_TIME_CONSOLE:
return "%H:%M:%S";
case PREF_TIME_CHAT: