Skip to content
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.

Commit

Permalink
Clone Other: This action should always be enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
  • Loading branch information
jonas committed Aug 28, 2009
1 parent 2fc0d26 commit 0fd8cf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/org/nbgit/ui/clone/CloneExternalAction.java
Expand Up @@ -52,6 +52,11 @@ public CloneExternalAction(String name, VCSContext context) {
super(name, context);
}

@Override
public boolean isEnabled() {
return true;
}

@Override
protected void performAction(ActionEvent event) {
CloneWizardAction wiz = CloneWizardAction.getInstance();
Expand Down

0 comments on commit 0fd8cf0

Please sign in to comment.