-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE when opening a non existing file from the recent files menu (#…
…5338) * Fix NPE when opening a non existing file from the recent files menu dialogService object was null, because the FileHistoryMenu class is initialized before the ctor of JabRef frame creates the dialog service object * fix checkstyle * Revert "fix checkstyle" This reverts commit 644b1e0. * initialize FileHistoryMenu in ctor * pass opendatabase action instead of JabRef Frame
- Loading branch information
1 parent
db96f88
commit 2bd0995
Showing
3 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters