Revision: 10956
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=10956&view=rev
Author:   amaxwell
Date:     2007-08-20 10:05:33 -0700 (Mon, 20 Aug 2007)

Log Message:
-----------
use correct class; this was for an NSOutlineView subclass

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

Modified: trunk/bibdesk/BDSKFileMatcher.m
===================================================================
--- trunk/bibdesk/BDSKFileMatcher.m     2007-08-20 17:03:05 UTC (rev 10955)
+++ trunk/bibdesk/BDSKFileMatcher.m     2007-08-20 17:05:33 UTC (rev 10956)
@@ -740,7 +740,7 @@
 
 - (void)awakeFromNib
 {
-    if ([NSWindowController instancesRespondToSelector:_cmd])
+    if ([[BDSKGroupingOutlineView superclass] instancesRespondToSelector:_cmd])
         [super awakeFromNib];
     
     // colors similar to Spotlight's window: darker blue at bottom, lighter at 
top


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

Reply via email to