Revision: 11505
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11505&view=rev
Author: hofman
Date: 2007-11-09 09:43:32 -0800 (Fri, 09 Nov 2007)
Log Message:
-----------
Remove irrelevant delegate method implementation.
Modified Paths:
--------------
trunk/bibdesk/BDSKSearchBookmarkController.m
Modified: trunk/bibdesk/BDSKSearchBookmarkController.m
===================================================================
--- trunk/bibdesk/BDSKSearchBookmarkController.m 2007-11-09 17:34:57 UTC
(rev 11504)
+++ trunk/bibdesk/BDSKSearchBookmarkController.m 2007-11-09 17:43:32 UTC
(rev 11505)
@@ -364,15 +364,6 @@
#pragma mark NSOutlineView delegate methods
-- (void)outlineView:(NSOutlineView *)ov willDisplayCell:(id)cell
forTableColumn:(NSTableColumn *)tableColumn item:(id)item {
- if ([[tableColumn identifier] isEqualToString:@"file"]) {
- if ([item bookmarkType] == BDSKSearchBookmarkTypeFolder)
- [cell setTextColor:[NSColor disabledControlTextColor]];
- else
- [cell setTextColor:[NSColor controlTextColor]];
- }
-}
-
- (BOOL)outlineView:(NSOutlineView *)ov shouldEditTableColumn:(NSTableColumn
*)tableColumn item:(id)item {
return [[tableColumn identifier] isEqualToString:@"label"] && [item
bookmarkType] != BDSKSearchBookmarkTypeSeparator;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit