[fusion-commits] r1611 - branches/fusion-1.1/widgets/Search

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Oct 27 10:55:56 EDT 2008


Author: madair
Date: 2008-10-27 10:55:56 -0400 (Mon, 27 Oct 2008)
New Revision: 1611

Modified:
   branches/fusion-1.1/widgets/Search/Search.templ
Log:
re #89: adjust setSelection method call - missed from previous patch

Modified: branches/fusion-1.1/widgets/Search/Search.templ
===================================================================
--- branches/fusion-1.1/widgets/Search/Search.templ	2008-10-27 14:42:56 UTC (rev 1610)
+++ branches/fusion-1.1/widgets/Search/Search.templ	2008-10-27 14:55:56 UTC (rev 1611)
@@ -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