diff options
-rw-r--r-- | Config/Files.hs | 4 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Config/Files.hs b/Config/Files.hs index 23564c2df..3db2bb74c 100644 --- a/Config/Files.hs +++ b/Config/Files.hs @@ -36,7 +36,9 @@ modifyAutoStartFile func = do createDirectoryIfMissing True (parentDir f) viaTmp writeFile f $ unlines $ dirs' -{- Adds a directory to the autostart file. -} +{- Adds a directory to the autostart file. If the directory is already + - present, it's moved to the top, so it will be used as the default + - when opening the webapp. -} addAutoStartFile :: FilePath -> IO () addAutoStartFile path = modifyAutoStartFile $ (:) path diff --git a/debian/changelog b/debian/changelog index d9c1f798d..cf57b5cf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ git-annex (4.20130602) UNRELEASED; urgency=low repository. * Android: Make the "Open webapp" menu item open the just created repository when a new repo is made. + * webapp: When the user switches to display a different repository, + that repository becomes the default repository to be displayed next time + the webapp gets started. -- Joey Hess <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400 |