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

Log Message:
-----------
Remove bookmark type from searchgroup info.

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

Modified: trunk/bibdesk/BDSKSearchBookmarkController.m
===================================================================
--- trunk/bibdesk/BDSKSearchBookmarkController.m        2007-11-09 14:25:54 UTC 
(rev 11499)
+++ trunk/bibdesk/BDSKSearchBookmarkController.m        2007-11-09 14:29:29 UTC 
(rev 11500)
@@ -550,7 +550,8 @@
         return [self initSeparator];
     } else {
         NSMutableDictionary *dict = [[dictionary mutableCopy] autorelease];
-        [dict removeObjectForKey:@"label"];
+        [dict removeObjectForKey:TYPE_KEY];
+        [dict removeObjectForKey:LABEL_KEY];
         return [self initWithInfo:dict label:[dictionary 
objectForKey:LABEL_KEY]];
     }
 }


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