about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-24 22:24:20 +0000
committerJames Booth <boothj5@gmail.com>2015-02-24 22:24:20 +0000
commit84c02ffb72c2adae8d3a8b5231004b184c213d3e (patch)
treeac3d5cce6be899e1089a0bcb4c5d3e2215b0ac6a /src
parent434fb1878bd3a387ef7b36c8e8dc124160d023ad (diff)
downloadprofani-tty-84c02ffb72c2adae8d3a8b5231004b184c213d3e.tar.gz
Added /roster by preference to UI preferences summary
Diffstat (limited to 'src')
-rw-r--r--src/ui/console.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index c5b743fa..194d7698 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -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);
 }