[fusion-commits] r1612 - trunk/widgets/Search

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Oct 27 11:00:33 EDT 2008


Author: madair
Date: 2008-10-27 11:00:33 -0400 (Mon, 27 Oct 2008)
New Revision: 1612

Modified:
   trunk/widgets/Search/Search.templ
Log:
closes #89: adjust setSelection method call - missed from previous patch

Modified: trunk/widgets/Search/Search.templ
===================================================================
--- trunk/widgets/Search/Search.templ	2008-10-27 14:55:56 UTC (rev 1611)
+++ trunk/widgets/Search/Search.templ	2008-10-27 15:00:33 UTC (rev 1612)
@@ -83,7 +83,7 @@
 function CellClicked(sel)
 {
     var map = GetParent().Fusion.getMapByName(mapName);
-    map.setSelection(sel, false, true);
+    map.setSelection(sel, true);
 }
 
 function highlightRow(index, mode)



More information about the fusion-commits mailing list