summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-06-10 21:40:17 +0200
committerTobias Bachmann2018-06-10 21:40:17 +0200
commit4128eaeff644b5ac55259ffc5efabe119d67db7b (patch)
treea4a79ca4f3ef395ac5517785212f3eec67f4ac94
parent190e2d47c64050a756a9368507bdc68aaafe4264 (diff)
downloadaur-4128eaeff644b5ac55259ffc5efabe119d67db7b.tar.gz
Version bump
-rw-r--r--0001-remove_appnope.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/0001-remove_appnope.patch b/0001-remove_appnope.patch
new file mode 100644
index 000000000000..2a33233c6ab5
--- /dev/null
+++ b/0001-remove_appnope.patch
@@ -0,0 +1,18 @@
+--- fsleyes/main.py 2018-06-07 17:54:21.000000000 +0200
++++ fsleyes/main.py 2018-06-10 21:23:53.541935866 +0200
+@@ -31,7 +31,6 @@
+ import textwrap
+
+ import wx
+-import appnope
+
+ from fsl.utils.platform import platform as fslplatform
+
+@@ -375,7 +374,6 @@
+ # already created the splash screen, so
+ # all is well.
+ wx.CallAfter(init, splash)
+- appnope.nope()
+ app.MainLoop()
+ shutdown()
+ return exitCode[0]