Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Manage journal abbreviations" dialog #4263

Merged
merged 2 commits into from
Aug 14, 2018
Merged

Conversation

tobiasdiez
Copy link
Member

Make it possible to close the "Manage journal abbreviations" dialog using the x-button. Fixes part of #4190.

@@ -202,7 +195,7 @@ protected Void call() {
}
};
new Thread(task).start();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DO we really need it to execute on a new thread or can't we reuse one of ours from the thread pools?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good observation. Fixed.

@tobiasdiez tobiasdiez merged commit 7d4b2ae into master Aug 14, 2018
@tobiasdiez tobiasdiez deleted the fixCloseJournalAbb branch August 14, 2018 10:32
@stefan-kolb stefan-kolb mentioned this pull request Aug 14, 2018
8 tasks
Siedlerchr added a commit that referenced this pull request Aug 17, 2018
* upstream/master:
  Fix for issue 3959: migrate all tests to JUnit 5 (#4260)
  Fix "Manage journal abbreviations" dialog (#4263)

# Conflicts:
#	src/test/java/org/jabref/logic/cleanup/MoveFilesCleanupTest.java
#	src/test/java/org/jabref/logic/cleanup/RenamePdfCleanupTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants