Revision: 15269
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15269&view=rev
Author:   hofman
Date:     2009-05-05 12:16:57 +0000 (Tue, 05 May 2009)

Log Message:
-----------
remove selectAll: override in group outlineview, the default will remove 
unselectable rows and the selectRowIndexes:byExtendingSelection: will remove 
single selection rows.

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

Modified: trunk/bibdesk/BDSKGroupOutlineView.m
===================================================================
--- trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-05 12:04:25 UTC (rev 
15268)
+++ trunk/bibdesk/BDSKGroupOutlineView.m        2009-05-05 12:16:57 UTC (rev 
15269)
@@ -264,11 +264,6 @@
     }
 }
 
-// the default implementation is broken with the above modifications, and 
would be invalid anyway
-- (IBAction)selectAll:(id)sender {
-    [self selectRowIndexes:[NSIndexSet 
indexSetWithIndexesInRange:NSMakeRange(0, [self numberOfRows])] 
byExtendingSelection:NO];    
-}
-
 // the default implementation would be meaningless anyway as we don't allow 
empty selection
 - (IBAction)deselectAll:(id)sender {
        [self selectRowIndexes:[NSIndexSet indexSetWithIndex:1] 
byExtendingSelection:NO];


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to