<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1794,6 +1794,9 @@ SC.CollectionView = SC.View.extend(SC.CollectionViewDelegate,
 
     this._mouseDownAt = Date.now();
 
+   // prevent any updates when disabled
+    if(!this.isEnabled) return true;
+    
     // holding down a modifier key while clicking a selected item should 
     // deselect that item...deselect and bail.
     if (modifierKeyPressed &amp;&amp; isSelected) {</diff>
      <filename>views/collection/collection.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f212cda55ee2716b9f866db3d66c61190d7cddf1</id>
    </parent>
  </parents>
  <author>
    <name>Maurits Lamers</name>
    <email>maurits@mt19.hku.nl</email>
  </author>
  <url>http://github.com/mauritslamers/sproutcore/commit/4b05e94bd452274080dafc7732447de00a0ec51f</url>
  <id>4b05e94bd452274080dafc7732447de00a0ec51f</id>
  <committed-date>2008-11-27T05:40:16-08:00</committed-date>
  <authored-date>2008-11-27T05:40:16-08:00</authored-date>
  <message>Added selection prevention when SC.CollectionView is disabled.</message>
  <tree>ffb4d52dcd88c918828d9e43801eba255b47b426</tree>
  <committer>
    <name>Maurits Lamers</name>
    <email>maurits@mt19.hku.nl</email>
  </committer>
</commit>
