From a51634aa54dd1845460e8e96f22f6cbf63e7cefb Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 17 Sep 2017 02:43:30 -0400 Subject: rc/tab-chrome.c: Update tab label on position change --- (limited to 'src') 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 -- cgit v0.9.1