Revision: 15185
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15185&view=rev
Author:   hofman
Date:     2009-04-25 14:42:27 +0000 (Sat, 25 Apr 2009)

Log Message:
-----------
initially unarchive macros for shared group if available

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

Modified: trunk/bibdesk/BDSKSharedGroup.m
===================================================================
--- trunk/bibdesk/BDSKSharedGroup.m     2009-04-25 14:30:12 UTC (rev 15184)
+++ trunk/bibdesk/BDSKSharedGroup.m     2009-04-25 14:42:27 UTC (rev 15185)
@@ -288,7 +288,8 @@
             [NSString setMacroResolverForUnarchiving:nil];
         }
         [self setPublications:pubs];
-    } else if ([key isEqualToString:@"archivedMacros"]) {
+    }
+    if ([key isEqualToString:@"archivedMacros"] || notification == nil) {
         NSData *archive = [client archivedMacros];
         NSDictionary *macros = nil;
         if (archive) {


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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to