<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -344,7 +344,7 @@ var LEFT_SHADOW_INSET       = 3.0,
 - (void)setEditable:(BOOL)shouldBeEditable
 {
     if (_isEditable === shouldBeEditable)
-        return _isEditable;
+        return;
 
     _isEditable = shouldBeEditable;
 </diff>
      <filename>AppKit/CPImageView.j</filename>
    </modified>
    <modified>
      <diff>@@ -2230,6 +2230,10 @@ var CPViewAutoresizingMaskKey       = @&quot;CPViewAutoresizingMask&quot;,
         _subviews = [aCoder decodeObjectForKey:CPViewSubviewsKey] || [];
         _superview = [aCoder decodeObjectForKey:CPViewSuperviewKey];
         
+        // FIXME: Should we encode/decode this?
+        _registeredDraggedTypes = [CPSet set];
+        _registeredDraggedTypesArray = [];
+
         _autoresizingMask = [aCoder decodeIntForKey:CPViewAutoresizingMaskKey] || CPViewNotSizable;
         _autoresizesSubviews = ![aCoder containsValueForKey:CPViewAutoresizesSubviewsKey] || [aCoder decodeBoolForKey:CPViewAutoresizesSubviewsKey];
 </diff>
      <filename>AppKit/CPView.j</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eab4f4bf780e8d07d82a711f822f8bf70cc18899</id>
    </parent>
  </parents>
  <author>
    <name>Francisco Ryan Tolmasky I</name>
    <login></login>
    <email>francisco@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/90fe0d64f5457f30095d499c90ff4fc21aa7d077</url>
  <id>90fe0d64f5457f30095d499c90ff4fc21aa7d077</id>
  <committed-date>2009-06-09T16:45:27-07:00</committed-date>
  <authored-date>2009-06-09T16:45:27-07:00</authored-date>
  <message>Fix for dragged types not working on decoded views.

Reviewed by me.</message>
  <tree>b72f0fa4cad4602f65e4d94317a81e00216e2e91</tree>
  <committer>
    <name>Francisco Ryan Tolmasky I</name>
    <login></login>
    <email>francisco@280north.com</email>
  </committer>
</commit>
