about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-02 21:24:12 +0000
committerJames Booth <boothj5@gmail.com>2015-11-02 21:24:12 +0000
commiteece15d92ca8f022da31763f5a62b6f0b8c2805e (patch)
tree3c0c9d95a2bebb5048da70d7f9a63a39127ac7e9 /src/command
parent022d20bbdc69cc4831317ac3092310b86d8ca7d8 (diff)
downloadprofani-tty-eece15d92ca8f022da31763f5a62b6f0b8c2805e.tar.gz
Removed ui_statusbar_new
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 7c456a9b..f7965576 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -1467,7 +1467,7 @@ cmd_who(ProfWin *window, const char *const command, gchar **args)
     }
 
     if (window->type != WIN_CONSOLE && window->type != WIN_MUC) {
-        ui_statusbar_new(1);
+        status_bar_new(1);
     }
 
     return TRUE;