aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-30 14:42:07 +0200
committerJustin Lecher (jlec) <jlec@j-schmitz.net>2009-06-30 14:42:07 +0200
commit45359789867861d22e8e9a3a053e84abb331a97e (patch)
tree133d02469652afb81215c965b83dffa7190153e9 /sci-chemistry/pymol/files
parentrefmac test.log patch fix (diff)
downloadsci-45359789867861d22e8e9a3a053e84abb331a97e.tar.gz
sci-45359789867861d22e8e9a3a053e84abb331a97e.tar.bz2
sci-45359789867861d22e8e9a3a053e84abb331a97e.zip
pymol nosplash fix for Je_fro
Diffstat (limited to 'sci-chemistry/pymol/files')
-rw-r--r--sci-chemistry/pymol/files/1.2_beta8-nosplash-gentoo.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-chemistry/pymol/files/1.2_beta8-nosplash-gentoo.patch b/sci-chemistry/pymol/files/1.2_beta8-nosplash-gentoo.patch
new file mode 100644
index 000000000..18f228524
--- /dev/null
+++ b/sci-chemistry/pymol/files/1.2_beta8-nosplash-gentoo.patch
@@ -0,0 +1,9 @@
+--- modules/pymol/invocation.py 2009-06-30 14:27:39.000000000 +0200
++++ modules/pymol/invocation.py.new 2009-06-30 14:30:01.000000000 +0200
+@@ -372,6 +372,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:
+- options.deferred.insert(0,"_do__ cmd.splash(1)")
+