[Mpuls-commits] r5454 - waska/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 11 18:44:43 CEST 2011


Author: bh
Date: 2011-10-11 18:44:43 +0200 (Tue, 11 Oct 2011)
New Revision: 5454

Modified:
   waska/trunk/waska.json
Log:
Remove superfluous state default value from the CM search defaults.
The cm_defaults value contained the key "state" twice, with two
different values. Only the second value was the intended one,
apparently. Luckily it was the one that ended up being used.


Modified: waska/trunk/waska.json
===================================================================
--- waska/trunk/waska.json	2011-10-11 16:34:19 UTC (rev 5453)
+++ waska/trunk/waska.json	2011-10-11 16:44:43 UTC (rev 5454)
@@ -79,8 +79,7 @@
             		{"own": 1,
 			 "search_str": "", 
 			 "editor": -1, 
-			 "state": [3, 4], 
-			 "state": [1], 
+			 "state": [1],
 			 "phase": [-1, 0, 1, 2, 3],
 			 "type_ending": [-3, -1, 0, 1, 2]
 			}



More information about the Mpuls-commits mailing list