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

Log Message:
-----------
don't check for column identifier of group table, as there's only once column 
anyway

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

Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m      2009-04-24 10:04:22 UTC (rev 
15171)
+++ trunk/bibdesk/BibDocument_DataSource.m      2009-04-24 11:26:12 UTC (rev 
15172)
@@ -1343,7 +1343,7 @@
 }
 
 - (NSMenu *)outlineView:(BDSKGroupOutlineView *)anOutlineView 
menuForTableHeaderColumn:(NSTableColumn *)tableColumn onPopUp:(BOOL)flag {
-       if ([[tableColumn identifier] isEqualToString:@"group"] && flag == NO) {
+       if (flag == NO) {
                return [[NSApp delegate] groupSortMenu];
        }
        return nil;


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