summaryrefslogtreecommitdiff
path: root/Command/WebApp.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/WebApp.hs')
-rw-r--r--Command/WebApp.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs
index b9d6159b7..274a00c93 100644
--- a/Command/WebApp.hs
+++ b/Command/WebApp.hs
@@ -110,7 +110,7 @@ firstRun = do
v <- newEmptyMVar
let callback a = Just $ a v
runAssistant d $ do
- startNamedThread $
+ startNamedThread (Just urlrenderer) $
webAppThread d urlrenderer True
(callback signaler)
(callback mainthread)