[Commits] (jed) Fixed Bug#1827. Select the 'All' collection on startup.

commits at osafoundation.org commits at osafoundation.org
Tue Sep 7 13:40:19 PDT 2004


Commit by: jed
Modified files:
chandler/parcels/osaf/views/main/parcel.xml 1.97 1.98

Log message:
Fixed Bug#1827.  Select the 'All' collection on startup.

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/parcel.xml.diff?r1=text&tr1=1.97&r2=text&tr2=1.98

Index: chandler/parcels/osaf/views/main/parcel.xml
diff -u chandler/parcels/osaf/views/main/parcel.xml:1.97 chandler/parcels/osaf/views/main/parcel.xml:1.98
--- chandler/parcels/osaf/views/main/parcel.xml:1.97	Sun Sep  5 17:12:05 2004
+++ chandler/parcels/osaf/views/main/parcel.xml	Tue Sep  7 13:40:17 2004
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
 
-<!-- $Revision: 1.97 $ -->
-<!-- $Date: 2004/09/06 00:12:05 $ -->
+<!-- $Revision: 1.98 $ -->
+<!-- $Date: 2004/09/07 20:40:17 $ -->
 <!-- Copyright (c) 2003 Open Source Applications Foundation -->
 <!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
 
@@ -1215,7 +1215,7 @@
   <TabbedContainer itsName="TabbedView"
                    itemClass="osaf.views.main.TabbedView.TabbedView">
     <!-- Layout children -->
-    <childrenBlocks itemref="content:InTableView"/>
+    <childrenBlocks itemref="content:AllTableView"/>
 
     <!-- Attributes -->
     <tabPosEnum>Top</tabPosEnum>
@@ -1247,7 +1247,7 @@
 
   <Table itsName="Sidebar">
     <contents itemref="doc:sidebarItemCollection"/>
-    <selection itemref="content:InTableView"/>
+    <selection itemref="content:AllTableView"/>
     <elementDelegate>osaf.views.main.SideBar.SideBarDelegate</elementDelegate>
     <columnHeadings></columnHeadings>
     <columnAttributeNames>displayName</columnAttributeNames>



More information about the Commits mailing list