[mapguide-commits] r4338 - trunk/Tools/Maestro/Maestro

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Nov 9 17:15:35 EST 2009


Author: ksgeograf
Date: 2009-11-09 17:15:35 -0500 (Mon, 09 Nov 2009)
New Revision: 4338

Modified:
   trunk/Tools/Maestro/Maestro/FormMain.cs
Log:
Maestro:
Fixed issue #1143.

Modified: trunk/Tools/Maestro/Maestro/FormMain.cs
===================================================================
--- trunk/Tools/Maestro/Maestro/FormMain.cs	2009-11-09 22:15:19 UTC (rev 4337)
+++ trunk/Tools/Maestro/Maestro/FormMain.cs	2009-11-09 22:15:35 UTC (rev 4338)
@@ -1685,6 +1685,9 @@
                             m_connection.MoveResource(sourcepath, targetpath, true);
                         else
                             m_connection.CopyResource(sourcepath, targetpath, true);
+
+                        if (refreshTree)
+                            RebuildDocumentTree();
                         return true;
                 }
 



More information about the mapguide-commits mailing list