Revision: 18112
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18112&view=rev
Author:   hofman
Date:     2011-09-07 12:32:27 +0000 (Wed, 07 Sep 2011)
Log Message:
-----------
initialize error userinfo dict immediately

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

Modified: trunk/bibdesk/NSError_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSError_BDSKExtensions.m      2011-09-07 12:11:19 UTC (rev 
18111)
+++ trunk/bibdesk/NSError_BDSKExtensions.m      2011-09-07 12:32:27 UTC (rev 
18112)
@@ -54,8 +54,7 @@
 {
     self = [super initWithDomain:domain code:code userInfo:nil];
     if (self) {
-        mutableUserInfo = [[NSMutableDictionary alloc] init];
-        [mutableUserInfo addEntriesFromDictionary:dict];
+        mutableUserInfo = [[NSMutableDictionary alloc] 
initWithDictionary:dict];
         // we override code with our own storage so it can be set
         [self setCode:code];
     }

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


------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to