Author: mlytwyn
Date: Fri Mar 10 19:17:12 2017
New Revision: 40379

URL: http://svn.gna.org/viewcvs/gnustep?rev=40379&view=rev
Log:
Add 'NSIsEditable' (editable) to for editable state loading

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=40379&r1=40378&r2=40379&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Fri Mar 10 19:17:12 2017
@@ -394,7 +394,8 @@
                                 @"NSControlAllowsExpansionToolTips" : 
@"allowsExpansionToolTips",
                                 @"NSSegmentImages"                  : 
@"segments",
                                 @"NSSegmentItemLabel"               : @"label",
-                                @"NSSegmentItemImage"               : @"image" 
};
+                                @"NSSegmentItemImage"               : @"image",
+                                @"NSIsEditable"                     : 
@"editable" };
             RETAIN(XmlKeyMapTable);
             
             // These define keys that are alwasy "CONTAINED" since they 
typically are a combination of key values


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

Reply via email to