[jabref] 05/06: freshen 040_disable_macadapter.patch for latest upstream
Tony Mancill
tmancill at moszumanska.debian.org
Sat Dec 17 07:18:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch dev
in repository jabref.
commit f3f3a7fafec10114e6bf48b9c44151bfbb435498
Author: tony mancill <tmancill at debian.org>
Date: Fri Dec 16 23:10:50 2016 -0800
freshen 040_disable_macadapter.patch for latest upstream
---
debian/patches/040_disable_macadapter.patch | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/patches/040_disable_macadapter.patch b/debian/patches/040_disable_macadapter.patch
index a15100c..0fba08f 100644
--- a/debian/patches/040_disable_macadapter.patch
+++ b/debian/patches/040_disable_macadapter.patch
@@ -30,18 +30,14 @@ Forwarded: not-needed
}
--- a/src/main/java/net/sf/jabref/gui/JabRefFrame.java
+++ b/src/main/java/net/sf/jabref/gui/JabRefFrame.java
-@@ -663,6 +663,8 @@
+@@ -667,9 +667,12 @@
//Note: The registration of Apple event is at the end of initialization, because
//if the events happen too early (ie when the window is not initialized yet), the
//opened (double-clicked) documents are not displayed.
+
+ /* Debian: not applicable
if (OS.OS_X) {
- try {
- new MacAdapter().registerMacEvents(this);
-@@ -670,6 +672,7 @@
- LOGGER.fatal("Could not interface with Mac OS X methods.", e);
- }
+ LOGGER.fatal("This program is not designed to run at Mac OS X");
}
+ */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list