Skip to content

Commit

Permalink
add missing getter
Browse files Browse the repository at this point in the history
  • Loading branch information
chriba committed Sep 8, 2016
1 parent d395395 commit 3c17a09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/net/sf/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -2358,6 +2358,10 @@ public PushToApplications getPushApplications() {
return pushApplications;
}

public GlobalSearchBar getGlobalSearchBar() {
return globalSearchBar;
}


private class UndoRedoEventManager {

Expand Down

0 comments on commit 3c17a09

Please sign in to comment.