Revision: 15189
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15189&view=rev
Author:   hofman
Date:     2009-04-25 21:21:26 +0000 (Sat, 25 Apr 2009)

Log Message:
-----------
remove group table check for tableview delegate and datasource methods

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

Modified: trunk/bibdesk/BibDocument_DataSource.m
===================================================================
--- trunk/bibdesk/BibDocument_DataSource.m      2009-04-25 17:16:56 UTC (rev 
15188)
+++ trunk/bibdesk/BibDocument_DataSource.m      2009-04-25 21:21:26 UTC (rev 
15189)
@@ -1070,8 +1070,6 @@
        // the rows are always the selected rows
        if (tv == tableView || tv == [fileSearchController tableView]) {
                [self removeSelectedPubs:nil];
-       } else if (tv == groupOutlineView) {
-               [self removeSelectedGroups:nil];
        }
 }
 
@@ -1090,7 +1088,7 @@
 }
 
 - (BOOL)tableView:(NSTableView *)tv 
canAlternateDeleteRowsWithIndexes:(NSIndexSet *)rowIndexes {
-       if (tv == tableView || tv == [fileSearchController tableView] || tv == 
groupOutlineView) {
+       if (tv == tableView || tv == [fileSearchController tableView]) {
                return [self hasExternalGroupsSelected] == NO && [rowIndexes 
count] > 0;
        }
     return NO;


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