diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-10 23:16:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-10 23:55:53 -0400 |
commit | 924b776dfd494da45ce2274a7080b4e548cdfd11 (patch) | |
tree | 7a84f56620f0b49cc86b71c43dad662142143b6d /Assistant/Threads | |
parent | 1a5af5aff3830716e5692775a35076e16fb71478 (diff) |
Android: Make the "Open webapp" menu item open the just created repository when a new repo is made.
Diffstat (limited to 'Assistant/Threads')
-rw-r--r-- | Assistant/Threads/WebApp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs index 0a1a2c0f7..0fb038b6a 100644 --- a/Assistant/Threads/WebApp.hs +++ b/Assistant/Threads/WebApp.hs @@ -51,7 +51,7 @@ webAppThread -> UrlRenderer -> Bool -> Maybe HostName - -> Maybe (IO String) + -> Maybe (IO Url) -> Maybe (Url -> FilePath -> IO ()) -> NamedThread webAppThread assistantdata urlrenderer noannex listenhost postfirstrun onstartup = thread $ liftIO $ do |