Revision: 11502
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11502&view=rev
Author:   amaxwell
Date:     2007-11-09 09:04:29 -0800 (Fri, 09 Nov 2007)

Log Message:
-----------
Fix warning (selector name).

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

Modified: trunk/bibdesk/BDSKSearchBookmarkController.m
===================================================================
--- trunk/bibdesk/BDSKSearchBookmarkController.m        2007-11-09 14:32:03 UTC 
(rev 11501)
+++ trunk/bibdesk/BDSKSearchBookmarkController.m        2007-11-09 17:04:29 UTC 
(rev 11502)
@@ -83,7 +83,7 @@
                                                      
name:BDSKSearchBookmarkChangedNotification
                                                    object:nil];
                [[NSNotificationCenter defaultCenter] addObserver:self
-                                                 
selector:@selector(handleSearchBookmarkWillBeDeletedNotification:)
+                                                 
selector:@selector(handleSearchBookmarkWillBeRemovedNotification:)
                                                      
name:BDSKSearchBookmarkWillBeRemovedNotification
                                                    object:nil];
     }


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