1
0
mirror of synced 2024-07-04 18:09:24 +02:00
TheChymera-overlay/sci-visualization/fsleyes/files/fsleyes-0.26.2-fsldir.patch
Horea Christian 61e8a9c0b3 NEw package
ahead of inclusion in master
2018-10-08 05:38:12 +02:00

15 lines
505 B
Diff

--- a/fsleyes/main.py 2018-09-24 17:46:07.756686411 +0200
+++ b/fsleyes/main.py 2018-10-06 14:36:53.328135230 +0200
@@ -325,11 +325,6 @@
app.SetTopWindow(frame)
frame.Show()
- # Check that $FSLDIR is set, complain
- # to the user if it isn't
- if not namespace[0].skipfslcheck:
- wx.CallAfter(fslDirWarning, frame)
-
# Check for updates. Ignore point
# releases, otherwise users might
# get swamped with update notifications.