summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/windows.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/gui/gtk/windows.py')
-rw-r--r--portato/gui/gtk/windows.py4
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):