Revision: 3598
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3598&view=rev
Author:   hofman
Date:     2008-04-02 08:24:16 -0700 (Wed, 02 Apr 2008)

Log Message:
-----------
Add remark.

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2008-04-02 14:32:43 UTC (rev 3597)
+++ trunk/SKMainWindowController.m      2008-04-02 15:24:16 UTC (rev 3598)
@@ -3693,6 +3693,7 @@
                 if (oldNoteProperties == nil) {
                     // We have to create a dictionary to hold old values for 
the changed note
                     oldNoteProperties = [[NSMutableDictionary alloc] init];
+                    // -setValue:forKey: copies, even if the callback doesn't, 
so we need to use CF functions
                     
CFDictionarySetValue((CFMutableDictionaryRef)undoGroupOldPropertiesPerNote, 
note, oldNoteProperties);
                     [oldNoteProperties release];
                 }


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to