From 7a9dce33e5a28fcb9200be4b8e1dba59e63115ad Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Feb 2014 18:08:31 +0100 Subject: whops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/__main__.py b/src/__main__.py index ab65f47..d102fb5 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -160,7 +160,7 @@ class Bar: for c in text + '\0': if c in special: if not buf == '': - self.window.draw_text(self.gc, x, y, buf) + draw_text(self.window, self.gc, x, y, buf) x += self.text_width(buf) buf = '' if not c == '\0': -- cgit v1.2.3-70-g09d2