Revision: 11880
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11880&view=rev
Author:   hofman
Date:     2007-12-12 06:09:55 -0800 (Wed, 12 Dec 2007)

Log Message:
-----------
Fix typo in last commit.

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2007-12-12 14:06:38 UTC (rev 11879)
+++ trunk/bibdesk/BDSKEditor.m  2007-12-12 14:09:55 UTC (rev 11880)
@@ -1075,7 +1075,7 @@
        int newRating = [cell rating];
                
        if(newRating != oldRating) {
-               [self recordChangingField:setField:field 
toRatingValue:newRating];
+               [publication setField:field toRatingValue:newRating];
         [self userChangedField:field from:[NSString stringWithFormat:@"%i", 
oldRating] to:[NSString stringWithFormat:@"%i", newRating]];
                [[self undoManager] setActionName:NSLocalizedString(@"Change 
Rating", @"Undo action name")];
        }


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

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to