about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-07-08 20:36:09 +0100
committerJames Booth <boothj5@gmail.com>2015-07-08 20:36:09 +0100
commitdd480cd72a4f806f58fa4576712f57d1e66aa17d (patch)
tree0ca7ed718b9b8761e3a8044e04f17d1d651f87fb /src/ui/console.c
parent5e324e407fda7d616c8b6056495de9db1d5a49e0 (diff)
parent806afcc014ba272b32f63e7d28edaf25cacd279e (diff)
downloadprofani-tty-dd480cd72a4f806f58fa4576712f57d1e66aa17d.tar.gz
Merge remote-tracking branch 'quite/hideempty'
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8bf873a5..ceb02e08 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1039,6 +1039,11 @@ cons_roster_setting(void)
     else
         cons_show("Roster resource (/roster)     : hide");
 
+    if (prefs_get_boolean(PREF_ROSTER_EMPTY))
+        cons_show("Roster empty (/roster)        : show");
+    else
+        cons_show("Roster empty (/roster)        : hide");
+
     char *by = prefs_get_string(PREF_ROSTER_BY);
     cons_show("Roster by (/roster)           : %s", by);
     prefs_free_string(by);