Skip to content

Commit

Permalink
Add changelog, remove unclear FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Dec 9, 2015
1 parent 68ded04 commit 3a1796e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
## [Unreleased]

### Changed
- Add options to close other/all databases in tab right-click menu
- Implements #470: Show editor (as an alternative to author) and booktitle (as an alternative to journal) in the main table by default
- Restore focus to last focused tab on start
- Add ability to format/cleanup the date field
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,7 @@ private void removeTab(BasePanel panel) {
markActiveBasePanel();
}
setWindowTitle();
updateEnabledState(); // FIXME: Man, this is what I call a bug that this is not called.
updateEnabledState();
output(Localization.lang("Closed database") + '.');
// update tab titles
updateAllTabTitles();
Expand Down

0 comments on commit 3a1796e

Please sign in to comment.