<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,6 @@
 
+- Fixed bug in SC.SourceListView that could incorrectly hide groups. Closes #57. (Thanks mguymon)
+
 - Fixed bug in SC.ObjectController that would sometimes not commit all pending
   changes because the model object would clear the changes hash.  Also a test
   for this was added.  Closes #66.  (Thanks YoNoSoyTu!)</diff>
      <filename>HISTORY</filename>
    </modified>
    <modified>
      <diff>@@ -77,7 +77,7 @@ SC.SourceListGroupView = SC.View.extend(SC.Control, SC.DelegateSupport, {
     
     // set the group visibility if changed
     var groupVisibleKey = this.getDelegateProperty(this.displayDelegate, 'groupVisibleKey') ;
-    if ((key == '*') || (groupVisibleKey &amp;&amp; (key == groupVisibileKey))) {
+    if ((key == '*') || (groupVisibleKey &amp;&amp; (key == groupVisibleKey))) {
 
       if (groupVisibleKey) {
         </diff>
      <filename>views/source_list_group.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aea6f6d334d898a5f18950b27ddeb98d27602911</id>
    </parent>
  </parents>
  <author>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </author>
  <url>http://github.com/sproutit/sproutcore/commit/3a93c478714d21d7a7986acb1372c77fbbd1ff9b</url>
  <id>3a93c478714d21d7a7986acb1372c77fbbd1ff9b</id>
  <committed-date>2008-07-20T00:15:00-07:00</committed-date>
  <authored-date>2008-07-20T00:15:00-07:00</authored-date>
  <message>Fixes #57</message>
  <tree>5f915654037f914a48c60c88c03ec9f8f51a846a</tree>
  <committer>
    <name>Charles Jolley</name>
    <email>charles@sproutit.com</email>
  </committer>
</commit>
