summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-21 23:34:23 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-21 23:34:23 (EDT)
commit9873ccb9a6c6876b9fc7024f89a1f102efaeedcc (patch)
treefd8f960e2f5fbe48c2e4e938f05a875e9913d781 /src/tab.c
parent9f48ae41d3b19a8777bbbfd6f8a57fcdadf3b1a5 (diff)
downloadmarquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.zip
marquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.tar.gz
marquee-9873ccb9a6c6876b9fc7024f89a1f102efaeedcc.tar.bz2
MqTab: Save tab position in struct
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);
}