From 02652967805e1b30be1f55b73cfc50fc2ac4bbe6 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 6 Aug 2007 01:05:42 +0000 Subject: small fixes --- portato/gui/gtk/windows.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'portato/gui') diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index 2cba5b2..c1789bd 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -1165,10 +1165,10 @@ class MainWindow (Window): else: title = (_("Console (%(title)s)") % {"title" : title}) - return False - self.notebook.set_tab_label_text(self.termHB, title) + return False + gobject.idle_add(__update, title) def cb_cat_list_selection (self, view): -- cgit v1.2.3-54-g00ecf