Skip to content

Fix "Manage journal abbreviations" dialog#4263

Merged
tobiasdiez merged 2 commits into
masterfrom
fixCloseJournalAbb
Aug 14, 2018
Merged

Fix "Manage journal abbreviations" dialog#4263
tobiasdiez merged 2 commits into
masterfrom
fixCloseJournalAbb

Conversation

@tobiasdiez

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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