From 32398ba5863d84dead3df954f2f1b6d4fcd49022 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Thu, 5 Aug 2010 00:11:11 +0000 Subject: Fix /busy and other commands like that --- src/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui.py') diff --git a/src/gui.py b/src/gui.py index 16d33e04..2d2d7c22 100644 --- a/src/gui.py +++ b/src/gui.py @@ -853,13 +853,13 @@ class Gui(object): """ /busy [msg] """ - self.command_show("busy "+args) + self.command_show("busy "+arg) def command_avail(self, arg): """ /avail [msg] """ - self.command_show("available "+args) + self.command_show("available "+arg) def command_part(self, arg): """ -- cgit v1.2.3