summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tab.c b/src/tab.c
index 1f92183..d1da243 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -58,5 +58,6 @@ mq_tab_get_container(MqTab *tab)
void
mq_tab_update_position(MqTab *tab, guint position)
{
+ tab->tab_position = position;
mq_tab_chrome_update_tab_position(tab->chrome, position);
}