Skip to content

Commit

Permalink
Fix #8201.
Browse files Browse the repository at this point in the history
Former-commit-id: 89f8f2d6b0a20ada66b96de9dc5446a1c21ec27a
  • Loading branch information
ylangisc committed Sep 2, 2014
1 parent 7c63fee commit 71cee9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/ch/cyberduck/ui/controller/TransferPromptModel.cs
@@ -1,5 +1,5 @@
//
// Copyright (c) 2010-2013 Yves Langisch. All rights reserved.
//
// Copyright (c) 2010-2014 Yves Langisch. All rights reserved.
// http://cyberduck.ch/
//
// This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -274,7 +274,7 @@ private class InnerTransferPromptListWorker : TransferPromptListWorker

public override void cleanup(object list)
{
_cache.put(_directory.getReference(), (AttributedList) list);
_cache.put(_directory.getReference(), new AttributedList((List) list));
_model.Filter();
}
}
Expand Down

0 comments on commit 71cee9d

Please sign in to comment.