Author: mlytwyn
Date: Thu Jan 26 16:49:11 2017
New Revision: 40305

URL: http://svn.gna.org/viewcvs/gnustep?rev=40305&view=rev
Log:
Fix incorrectly named decoding method

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m?rev=40305&r1=40304&r2=40305&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Thu Jan 26 16:49:11 2017
@@ -348,7 +348,7 @@
                                             @"windowStyleMask"          : 
@"decodeWindowStyleMaskForElement:",
                                             @"windowPositionMask"       : 
@"decodeWindowPositionMaskForElement:",
                                             //@"modifierMask"             : 
@"decodeModifierMaskForElement:",
-                                            @"tableViewGridLines"       : 
@"decodeTableViewGridLinesForElement" };
+                                            @"tableViewGridLines"       : 
@"decodeTableViewGridLinesForElement:" };
             RETAIN(XmlTagToDecoderSelectorMap);
             
             XmlKeyToDecoderSelectorMap = @{ @"NSIntercellSpacingHeight"   : 
@"decodeIntercellSpacingHeightForElement:",


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to