diff options
Diffstat (limited to 'Command/WebApp.hs')
-rw-r--r-- | Command/WebApp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/WebApp.hs b/Command/WebApp.hs index 0d232fcdf..33d6f536a 100644 --- a/Command/WebApp.hs +++ b/Command/WebApp.hs @@ -103,7 +103,7 @@ firstRun = do v <- newEmptyMVar let callback a = Just $ a v runAssistant d $ do - startNamedThread (Just urlrenderer) $ + startNamedThread urlrenderer $ webAppThread d urlrenderer True (callback signaler) (callback mainthread) |