Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Dec 20, 2006
1 parent 1f23826 commit 32d927f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ch/cyberduck/ui/cocoa/CDMainController.java
Expand Up @@ -234,6 +234,7 @@ public int compare(Object o1, Object o2) {
return 0;
}
});
cache.clear();
for(int i = 0; i < files.length; i++) {
cache.add(importBookmark(files[i]));
}
Expand Down

0 comments on commit 32d927f

Please sign in to comment.