Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Aug 18, 2010
1 parent 74a7a1a commit 8b5796c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/ch/cyberduck/ui/cocoa/delegate/EditMenuDelegate.java
Expand Up @@ -60,6 +60,11 @@ public NSInteger numberOfItemsInMenu(NSMenu menu) {

protected abstract Local getSelectedFile();

/**
* Caching last selected extension to build menu.
*
* @return
*/
@Override
protected boolean isPopulated() {
final Local selected = this.getSelectedFile();
Expand Down

0 comments on commit 8b5796c

Please sign in to comment.