[mapguide-commits] r5331 - sandbox/maestro-3.0/Maestro.Editors/Migration

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Oct 26 05:30:48 EDT 2010


Author: jng
Date: 2010-10-26 02:30:48 -0700 (Tue, 26 Oct 2010)
New Revision: 5331

Modified:
   sandbox/maestro-3.0/Maestro.Editors/Migration/MigrateDialog.cs
Log:
3.0 sandbox changes:
 - Fix "Check Required" logic in Migrate Resource dialog


Modified: sandbox/maestro-3.0/Maestro.Editors/Migration/MigrateDialog.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Editors/Migration/MigrateDialog.cs	2010-10-26 09:13:06 UTC (rev 5330)
+++ sandbox/maestro-3.0/Maestro.Editors/Migration/MigrateDialog.cs	2010-10-26 09:30:48 UTC (rev 5331)
@@ -168,6 +168,10 @@
                 {
                     chkDependencies.SetItemChecked(i, true);
                 }
+                else
+                {
+                    chkDependencies.SetItemChecked(i, false);
+                }
             }
         }
 



More information about the mapguide-commits mailing list