From f0f0dbfdac75aaaac04f0b86f996b962e8464785 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 7 Apr 2014 21:12:30 +0100 Subject: Removed statusbar functions from ui.h --- src/command/commands.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/command') diff --git a/src/command/commands.c b/src/command/commands.c index 65537f7b..a7deb17a 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -647,11 +647,7 @@ cmd_help(gchar **args, struct cmd_help_t help) gboolean cmd_about(gchar **args, struct cmd_help_t help) { - cons_show(""); - cons_about(); - if (ui_current_win_type() != WIN_CONSOLE) { - status_bar_new(1); - } + ui_about(); return TRUE; } @@ -952,7 +948,7 @@ cmd_who(gchar **args, struct cmd_help_t help) } if (win_type != WIN_CONSOLE && win_type != WIN_MUC) { - status_bar_new(1); + ui_statusbar_new(1); } return TRUE; -- cgit 1.4.1-2-gfad0