|
From: <mcu...@us...> - 2009-06-23 01:12:26
|
Revision: 1396
http://orm.svn.sourceforge.net/orm/?rev=1396&view=rev
Author: mcurland
Date: 2009-06-23 01:12:22 +0000 (Tue, 23 Jun 2009)
Log Message:
-----------
Diagram reordering events inadvertently turned off in [1392]. refs #379
Modified Paths:
--------------
trunk/ORMModel/Framework/Shell/MultiDiagramDocView.cs
trunk/Setup/Readme.htm
Modified: trunk/ORMModel/Framework/Shell/MultiDiagramDocView.cs
===================================================================
--- trunk/ORMModel/Framework/Shell/MultiDiagramDocView.cs 2009-06-20 23:48:17 UTC (rev 1395)
+++ trunk/ORMModel/Framework/Shell/MultiDiagramDocView.cs 2009-06-23 01:12:22 UTC (rev 1396)
@@ -657,7 +657,7 @@
}
}
}
- else if (0 != (reasons & EventSubscriberReasons.UserInterfaceEvents))
+ if (0 != (reasons & EventSubscriberReasons.UserInterfaceEvents))
{
eventManager.AddOrRemoveHandler(new EventHandler<ElementEventsBegunEventArgs>(ElementEventsBegunEvent), action);
eventManager.AddOrRemoveHandler(new EventHandler<ElementEventsEndedEventArgs>(ElementEventsEndedEvent), action);
Modified: trunk/Setup/Readme.htm
===================================================================
--- trunk/Setup/Readme.htm 2009-06-20 23:48:17 UTC (rev 1395)
+++ trunk/Setup/Readme.htm 2009-06-23 01:12:22 UTC (rev 1396)
@@ -41,7 +41,7 @@
</ul>-->
<hr/>
<h2>June 2009 CTP Changes</h2>
-<div>The June 2009 CTP release includes all modifications through changeset 1395. Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
+<div>The June 2009 CTP release includes all modifications through changeset 1396. Full changeset descriptions can be found at the <a href="http://orm.svn.sourceforge.net/viewvc/orm/trunk/?view=log">sourceforge code repository</a> (be patient with this link, the page contains a full changeset history).</div>
<ul>
<li><a href="#Sample population mandatory error activation 2009-06">Sample population mandatory error activation</a> </li>
<li><a href="#Relational compound name interpretation 2009-06">Relational compound name interpretation</a> </li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|