summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index 22388fe..963b941 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -383,6 +383,7 @@ title_cb(WebKitWebView __attribute__((unused)) *web_view,
{
tab->title = webkit_web_view_get_title(tab->web_view);
update_tab_label(tab);
+ mq_window_update_tab_title(tab->window, tab->position, tab->title);
}
static MqTab *