summaryrefslogtreecommitdiff
path: root/lua/browser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/browser.lua')
-rw-r--r--lua/browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/browser.lua b/lua/browser.lua
index 5c00e8d1..926fac64 100644
--- a/lua/browser.lua
+++ b/lua/browser.lua
@@ -24,7 +24,7 @@ return screen:new{
})
self.root:center()
- self.status_bar = widgets.StatusBar(self.root, {
+ self.status_bar = widgets.StatusBar(self, {
back_cb = backstack.pop,
title = self.title
})