Files
macports-ports/java/BrowserLauncher2/files/browserlaunchertestapp.patch
David Baumgold 491e57510a new port: browserlauncher2
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87802 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-12-07 01:57:14 +00:00

14 lines
598 B
Diff

--- source/edu/stanford/ejalbert/testing/BrowserLauncherTestApp.java.orig 2011-12-06 20:42:24.000000000 -0500
+++ source/edu/stanford/ejalbert/testing/BrowserLauncherTestApp.java 2011-12-06 20:42:50.000000000 -0500
@@ -316,10 +316,6 @@
if (logger.isInfoEnabled()) {
logger.info("kill browser button clicked");
}
- BrowserEvent[] browserEvents = browserCloser.getBrowserEvents();
- if(browserEvents.length > 0) {
- browserCloser.closeBrowser(browserEvents[0]);
- }
}
private void copyButton_actionPerformed(ActionEvent e) {