aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-25 18:51:19 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-25 18:51:19 +0200
commit49411dc5d8a7edb7642428709e46d245d566de92 (patch)
treeed6b15b4e82821de16e225f02b8fab6d7630cd4d /sci-chemistry/pymol/files
parentcoot live fix (diff)
downloadsci-49411dc5d8a7edb7642428709e46d245d566de92.tar.gz
sci-49411dc5d8a7edb7642428709e46d245d566de92.tar.bz2
sci-49411dc5d8a7edb7642428709e46d245d566de92.zip
another pymol splash fix
Diffstat (limited to 'sci-chemistry/pymol/files')
-rw-r--r--sci-chemistry/pymol/files/nosplash-gentoo.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/pymol/files/nosplash-gentoo.patch b/sci-chemistry/pymol/files/nosplash-gentoo.patch
index 0ef65b1d8..3125b2856 100644
--- a/sci-chemistry/pymol/files/nosplash-gentoo.patch
+++ b/sci-chemistry/pymol/files/nosplash-gentoo.patch
@@ -1,9 +1,9 @@
---- modules/pymol/invocation.py.orig 2008-06-26 20:55:25.000000000 +0200
-+++ modules/pymol/invocation.py 2008-06-26 20:56:06.000000000 +0200
-@@ -373,6 +373,4 @@
+--- modules/pymol/invocation.py 2009-06-25 17:26:27.000000000 +0200
++++ modules/pymol/invocation.py.new 2009-06-25 17:41:57.000000000 +0200
+@@ -395,6 +395,4 @@
if loaded_something and (options.after_load_script!=""):
options.deferred.append(options.after_load_script)
options.deferred.extend(final_actions)
-- if options.show_splash and not options.no_gui:
+- if options.show_splash and not options.no_gui and not restricted:
- options.deferred.insert(0,"_do__ cmd.splash(1)")