-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
adfa49f
commit 3217e78
Showing
4 changed files
with
124 additions
and
6 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* | ||
* http://www.digitalekabeltelevisie.nl/dvb_inspector | ||
* | ||
* This code is Copyright 2009-2022 by Eric Berendsen ([email protected]) | ||
* This code is Copyright 2009-2024 by Eric Berendsen ([email protected]) | ||
* | ||
* This file is part of DVB Inspector. | ||
* | ||
|
@@ -67,6 +67,7 @@ protected void done() { | |
control.resetSearch(); | ||
PreferencesManager.setLastUsedDir(file.getParent()); | ||
control.addRecentFile(file.getCanonicalPath()); | ||
control.getTreeView().showRoot(); | ||
} | ||
} catch (final Throwable t) { | ||
logger.log(Level.SEVERE, "Error displaying stream", t); | ||
|