summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-28 15:13:11 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-28 15:13:11 (EDT)
commit503b605a9045a806d87de4614f29ef08bc60ba11 (patch)
treea05f46459c24cf8155cbd7de1408791e19020abf /src
parentda4ce433c1c011e74e3e80bb19e320963d67497f (diff)
downloadmarquee-503b605a9045a806d87de4614f29ef08bc60ba11.zip
marquee-503b605a9045a806d87de4614f29ef08bc60ba11.tar.gz
marquee-503b605a9045a806d87de4614f29ef08bc60ba11.tar.bz2
MqTab: Call mq_window_update_tab_title() on title change
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 *