diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-14 13:33:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-14 13:33:30 -0400 |
commit | 690948fc57ab8f180b74d7362341ef97a79c28bc (patch) | |
tree | e8696878b5b4506a2186c5aa2a5d7f3914b6efc6 /Assistant | |
parent | b89c6a6fa24b04fb2f88a6c420cac692d169f2a9 (diff) |
show paused remotes in cost order, not at end of repo list
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/DaemonStatus.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs index f682657c9..ea57176b5 100644 --- a/Assistant/DaemonStatus.hs +++ b/Assistant/DaemonStatus.hs @@ -43,7 +43,6 @@ modifyDaemonStatus a = do sendNotification $ changeNotifier s return b - {- Returns a function that updates the lists of syncable remotes. -} calcSyncRemotes :: Annex (DaemonStatus -> DaemonStatus) calcSyncRemotes = do |