summaryrefslogtreecommitdiff
path: root/media-video/projectx/files/projectx-0.91.0.10-bl2.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
commit0706fc6986773f4e4d391deff4ad5143c464ea4e (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /media-video/projectx/files/projectx-0.91.0.10-bl2.patch
parentaa3411e241a201d53a2689766fe419f2756819f3 (diff)
Revert "gentoo resync : 24.03.2019"
This reverts commit aa3411e241a201d53a2689766fe419f2756819f3.
Diffstat (limited to 'media-video/projectx/files/projectx-0.91.0.10-bl2.patch')
-rw-r--r--media-video/projectx/files/projectx-0.91.0.10-bl2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-video/projectx/files/projectx-0.91.0.10-bl2.patch b/media-video/projectx/files/projectx-0.91.0.10-bl2.patch
deleted file mode 100644
index 3799c15e19cb..000000000000
--- a/media-video/projectx/files/projectx-0.91.0.10-bl2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Project-X/src/net/sourceforge/dvb/projectx/gui/Html.java 2006-11-25 22:28:52.000000000 +0100
-+++ Project-X/src/net/sourceforge/dvb/projectx/gui/Html.java 2007-06-10 13:37:59.000000000 +0200
-@@ -159,9 +159,10 @@
- {
- try
- {
-- BrowserLauncher.openURL(u.toString());
-+ BrowserLauncher launcher = new BrowserLauncher();
-+ launcher.openURLinBrowser(u.toString());
- }
-- catch (IOException e)
-+ catch (Exception e)
- {
- Common.setMessage(Resource.getString("msg.browser.launcher.error") + " " + e);
- }