[Commits] (john) yet another cloud bug causes new item collections to not get added to the sidebar

commits at osafoundation.org commits at osafoundation.org
Fri Jan 21 18:24:45 PST 2005


Commit by: john
Modified files:
chandler/parcels/osaf/framework/blocks/parcel.xml 1.139 1.140
chandler/parcels/osaf/views/main/parcel.xml 1.148 1.149

Log message:
yet another cloud bug causes new item collections to not get added to the sidebar

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/parcel.xml.diff?r1=text&tr1=1.139&r2=text&tr2=1.140
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/parcel.xml.diff?r1=text&tr1=1.148&r2=text&tr2=1.149

Index: chandler/parcels/osaf/framework/blocks/parcel.xml
diff -u chandler/parcels/osaf/framework/blocks/parcel.xml:1.139 chandler/parcels/osaf/framework/blocks/parcel.xml:1.140
--- chandler/parcels/osaf/framework/blocks/parcel.xml:1.139	Fri Jan 21 14:43:51 2005
+++ chandler/parcels/osaf/framework/blocks/parcel.xml	Fri Jan 21 18:24:43 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!-- $Revision: 1.139 $ -->
-<!-- $Date: 2005/01/21 22:43:51 $ -->
+<!-- $Revision: 1.140 $ -->
+<!-- $Date: 2005/01/22 02:24:43 $ -->
 <!-- Copyright (c) 2003-2005 Open Source Applications Foundation -->
 <!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
 
@@ -277,8 +277,17 @@
 
     <Attribute itsName="copyItems">
       <type itemref="Boolean"/>
-      <initialValue type="Boolean">False</initialValue>
+      <initialValue type="Boolean">True</initialValue>
     </Attribute>
+
+    <Cloud itsName="DefaultCloud">
+        <Endpoint itsName="items">
+            <attribute value="items"/>
+            <includePolicy value="byRef"/>
+        </Endpoint>
+        <endpoints itemref="docSchema:ModifyContentsEvent/DefaultCloud/items"/>
+    </Cloud>
+    <clouds alias="default" itemref="docSchema:ModifyContentsEvent/DefaultCloud"/>
   </Kind>
 
   <Attribute itsName="eventsForNamedDispatch">

Index: chandler/parcels/osaf/views/main/parcel.xml
diff -u chandler/parcels/osaf/views/main/parcel.xml:1.148 chandler/parcels/osaf/views/main/parcel.xml:1.149
--- chandler/parcels/osaf/views/main/parcel.xml:1.148	Fri Jan 21 14:43:47 2005
+++ chandler/parcels/osaf/views/main/parcel.xml	Fri Jan 21 18:24:44 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!-- $Revision: 1.148 $ -->
-<!-- $Date: 2005/01/21 22:43:47 $ -->
+<!-- $Revision: 1.149 $ -->
+<!-- $Date: 2005/01/22 02:24:44 $ -->
 <!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
 <!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
 
@@ -63,7 +63,6 @@
     <items itemref="content:untitledItemCollection"/>
     <dispatchEnum>SendToBlockByName</dispatchEnum>
     <dispatchToBlockName>Sidebar</dispatchToBlockName>
-    <copyItems>True</copyItems>
   </ModifyContentsEvent>
 
   <KindParameterizedEvent itsName="NewMailMessage">



More information about the Commits mailing list