Skip to content

Commit

Permalink
directly use dialogService in BasePanel
Browse files Browse the repository at this point in the history
  • Loading branch information
r0light committed Mar 28, 2019
1 parent 7e20650 commit 23362fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jabref/gui/BasePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public JabRefFrame frame() {
}

public void output(String s) {
frame.getDialogService().notify(s);
dialogService.notify(s);
}

private void setupActions() {
Expand Down

0 comments on commit 23362fa

Please sign in to comment.