From 503b605a9045a806d87de4614f29ef08bc60ba11 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 28 Sep 2017 15:13:11 -0400 Subject: MqTab: Call mq_window_update_tab_title() on title change --- (limited to 'src') 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 * -- cgit v0.9.1