<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -811,6 +811,7 @@ SC.CollectionView = SC.View.extend(SC.CollectionViewDelegate,
     if (didChange) {
       this._flushZombieGroupViews() ;
       this.updateSelectionStates() ;
+      this.updateChildrensEnabledState();
       
       this._itemViews = null ;
       this.notifyPropertyChange('itemViews') ;</diff>
      <filename>views/collection/collection.js</filename>
    </modified>
    <modified>
      <diff>@@ -45,7 +45,7 @@ SC.ListView = SC.CollectionView.extend(
   
   insertionOrientation: SC.VERTICAL_ORIENTATION,
   
-/*  contentRangeInFrame: function(frame) {
+  contentRangeInFrame: function(frame) {
     var rowHeight = this.get('rowHeight') || 0 ;
     var min = Math.max(0,Math.floor(SC.minY(frame) / rowHeight)-1) ;
     var max = Math.ceil(SC.maxY(frame) / rowHeight) ;
@@ -54,7 +54,7 @@ SC.ListView = SC.CollectionView.extend(
     var content = this.get('content') ;
     var len = ((content &amp;&amp; content.get) ? content.get('length') : 0) || 0 ;
     return { start: 0, length: len };
-  },  */
+  },  
   
   /** @private */
   layoutItemView: function(itemView, contentIndex, firstLayout) {</diff>
      <filename>views/collection/list.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4b05e94bd452274080dafc7732447de00a0ec51f</id>
    </parent>
  </parents>
  <author>
    <name>Maurits Lamers</name>
    <email>maurits@usr-194-169-216-52.meentflat.net</email>
  </author>
  <url>http://github.com/mauritslamers/sproutcore/commit/a92973313255157e1b97ba1efb96911807c32e86</url>
  <id>a92973313255157e1b97ba1efb96911807c32e86</id>
  <committed-date>2008-12-08T14:34:00-08:00</committed-date>
  <authored-date>2008-12-08T14:34:00-08:00</authored-date>
  <message>fixing the incremental rendering</message>
  <tree>ae9635b41bc526171818513f9696449ab4c613b8</tree>
  <committer>
    <name>Maurits Lamers</name>
    <email>maurits@usr-194-169-216-52.meentflat.net</email>
  </committer>
</commit>
