Revision: 27977
          http://sourceforge.net/p/bibdesk/svn/27977
Author:   hofman
Date:     2022-10-01 09:34:36 +0000 (Sat, 01 Oct 2022)
Log Message:
-----------
use correct dictionary for removed search group server

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

Modified: trunk/bibdesk/BDSKSearchGroupServerManager.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroupServerManager.m        2022-10-01 06:30:24 UTC 
(rev 27976)
+++ trunk/bibdesk/BDSKSearchGroupServerManager.m        2022-10-01 09:34:36 UTC 
(rev 27977)
@@ -154,7 +154,7 @@
         dict = [NSDictionary dictionaryWithObjectsAndKeys:[serverInfo name], 
@"name", nil];
     else
         dict = [serverInfo dictionaryValue];
-    data = [NSPropertyListSerialization dataWithPropertyList:[serverInfo 
dictionaryValue] format:format options:0 error:&error];
+    data = [NSPropertyListSerialization dataWithPropertyList:dict 
format:format options:0 error:&error];
     if (error) {
         NSLog(@"Error writing: %@", error);
     } else {

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to