about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-02 01:22:19 +0000
committerJames Booth <boothj5@gmail.com>2016-01-02 01:22:19 +0000
commit22a14e1240ee3fcefd251f8acb08afc926043d58 (patch)
tree3b8b59593bd506c61ee76b20c73a7efd948542b1 /src/ui/core.c
parentf27cae68c507c6def2591ec43c130f92f485fbec (diff)
downloadprofani-tty-22a14e1240ee3fcefd251f8acb08afc926043d58.tar.gz
Show rooms in roster panel
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 83c8ed00..362a1ac8 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -644,6 +644,7 @@ ui_focus_win(ProfWin *window)
 
     if (i == 1) {
         title_bar_console();
+        rosterwin_roster();
     } else {
         title_bar_switch();
     }