diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gtk/windows.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |