[Blends-commit] [SCM] blends-dev branch, master, updated. 82f33c1561ce735e8d93403bc91268eb1152aeff
Ole Streicher
ole at aip.de
Thu Mar 31 12:30:39 UTC 2016
The following commit has been merged in the master branch:
commit 82f33c1561ce735e8d93403bc91268eb1152aeff
Author: Ole Streicher <ole at aip.de>
Date: Thu Mar 31 14:28:48 2016 +0200
Fix "Relevance" field of tasks.
This needs to be a one-digit number.
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 2cae3dd..668a48c 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -283,7 +283,7 @@ sub print_task_desc {
print "Section: $blendname\n";
print "Description: $taskinfo{$task}{Description}\n";
print "$taskinfo{$task}{'Description-long'}"; # Already contain newline
- print "Relevance: 10\n";
+ print "Relevance: 9\n";
print "Enhances: $taskinfo{$task}{Enhances}\n"
if exists $taskinfo{$task}{Enhances};
for $header (keys %{$taskinfo{$task}}) {
--
Git repository for blends code
More information about the Blends-commit
mailing list