From 531bec5517bfcef07b05ce6325220cb3d235abfe Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Wed, 5 Mar 2014 16:13:05 -0500 Subject: fix background as foreground --- SelectiveGenomeAmplificationUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SelectiveGenomeAmplificationUI') diff --git a/SelectiveGenomeAmplificationUI b/SelectiveGenomeAmplificationUI index b6a2fa6..9c5e1c6 100755 --- a/SelectiveGenomeAmplificationUI +++ b/SelectiveGenomeAmplificationUI @@ -82,7 +82,7 @@ def variables_to_string(variables): ret = ret + variable + "=\"" + variables[variable] + "\" " ret = ret + "foreground=\"" + foreground + "\" " - ret = ret + "background=\"" + foreground + "\" " + ret = ret + "background=\"" + background + "\" " return ret def run(variables_as_a_string): -- cgit v1.2.3