Merge branch 'master' into readline

This commit is contained in:
James Booth
2015-02-24 22:58:19 +00:00
2 changed files with 16 additions and 4 deletions

View File

@@ -1003,6 +1003,9 @@ cons_roster_setting(void)
else
cons_show("Roster resource (/roster) : hide");
char *by = prefs_get_string(PREF_ROSTER_BY);
cons_show("Roster by (/roster) : %s", by);
int size = prefs_get_roster_size();
cons_show("Roster size (/roster) : %d", size);
}