Revision: 15169
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15169&view=rev
Author:   hofman
Date:     2009-04-24 09:37:09 +0000 (Fri, 24 Apr 2009)

Log Message:
-----------
resort groups initially when showing the main window, otherwise the sort 
descriptors for the parents may not be set

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2009-04-24 09:22:02 UTC (rev 15168)
+++ trunk/bibdesk/BibDocument.m 2009-04-24 09:37:09 UTC (rev 15169)
@@ -375,6 +375,8 @@
                 [groupOutlineView expandItem:parent];
         }
     }
+    // make sure the groups are sorted and have their sort descriptors set
+    [self sortGroupsByKey:nil];
     
     NSData *groupData = [xattrDefaults objectForKey:BDSKSelectedGroupsKey];
     if ([groupData length])


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to