Skip to content

Commit

Permalink
Merge pull request #4 from AndrewBuck/master
Browse files Browse the repository at this point in the history
Minor bug fix about add button enabled/disabled.
  • Loading branch information
Gnonthgol committed Jan 12, 2013
2 parents 7883ba9 + 1b188eb commit b183580
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified dist/todo.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ protected void updateTitle() {
public void showNotify() {
SelectionEventManager.getInstance().addSelectionListener(actAdd, FireMode.IN_EDT_CONSOLIDATED);
SelectionEventManager.getInstance().addSelectionListener(actMarkSelected, FireMode.IN_EDT_CONSOLIDATED);
actAdd.updateEnabledState();
}

private class SelectAction extends AbstractAction implements ListSelectionListener {
Expand Down

0 comments on commit b183580

Please sign in to comment.