From 35229fc2287f6fbe48cc1df435eab8c40f826593 Mon Sep 17 00:00:00 2001 From: toshinagata1964 Date: Tue, 26 Apr 2016 14:33:18 +0000 Subject: [PATCH] Ruby dialog behaves strange when specifying pre- and post-production scripts. Fixed. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@593 a2be9bc6-48de-4e38-9406-05402d4bc13c --- Scripts/gamess.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/gamess.rb b/Scripts/gamess.rb index b00ed44..024df02 100755 --- a/Scripts/gamess.rb +++ b/Scripts/gamess.rb @@ -1201,7 +1201,7 @@ class Molecule item(:text, :title=>"Script to run before GAMESS execution:"), item(:textview, :width=>400, :height=>200, :value=>s_pre, :tag=>"prefix"), item(:text, :title=>"Script to run after GAMESS execution:"), - item(:textview, :width=>400, :height=>200, :value=>s_pre, :tag=>"postfix")) + item(:textview, :width=>400, :height=>200, :value=>s_post, :tag=>"postfix")) } if h[:status] == 0 set_global_settings("gamess.prefix_script", h["prefix"]) -- 2.11.0