From 693892498bf18253cd5835747a00c6f1cddffd32 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 31 Jan 2010 19:07:22 +0000 Subject: refresh a la con --- src/gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gui.py b/src/gui.py index b5b0a5a7..145683a5 100644 --- a/src/gui.py +++ b/src/gui.py @@ -365,8 +365,8 @@ class Gui(object): msg = self.commands[args[0]][1] else: msg = _('Unknown command: %s') % args[0] - msg = room.add_info(msg) - self.window.text_win.add_line(room, msg) + room.add_info(msg) + self.window.text_win.add_line(room, (datetime.now(), msg)) self.window.text_win.refresh(room.name) self.window.input.refresh() -- cgit v1.2.3