summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-17 02:43:30 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-17 02:43:30 (EDT)
commita51634aa54dd1845460e8e96f22f6cbf63e7cefb (patch)
treecae5f199f729e5f8f89640cb038f3c16be349a5b /src
parentcbd6db221e3d68f4b7243262ecca942fd26a4382 (diff)
downloadmarquee-a51634aa54dd1845460e8e96f22f6cbf63e7cefb.zip
marquee-a51634aa54dd1845460e8e96f22f6cbf63e7cefb.tar.gz
marquee-a51634aa54dd1845460e8e96f22f6cbf63e7cefb.tar.bz2
rc/tab-chrome.c: Update tab label on position change
Diffstat (limited to 'src')
-rw-r--r--src/tab-chrome.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index cbfebb1..e53e037 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -102,6 +102,7 @@ void
mq_tab_chrome_update_tab_position(MqTabChrome *chrome, guint position)
{
chrome->tab_position = position;
+ update_tab_label(chrome);
}
static void