Author: mlytwyn
Date: Fri Mar 17 21:33:49 2017
New Revision: 40400
URL: http://svn.gna.org/viewcvs/gnustep?rev=40400&view=rev
Log:
Fix oops check in
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=40400&r1=40399&r2=40400&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
Fri Mar 17 21:33:49 2017
@@ -2071,7 +2071,7 @@
mask |= 0x20000;
if ([[attributes objectForKey: @"sendsActionOnArrowKeys"] boolValue])
mask |= 0x40000;
- if ((allowsEmptySelection == nil) || [allowsEmptySelection boolValue])
+ if ((acceptsArrowKeys == nil) || [acceptsArrowKeys boolValue])
mask |= 0x100000;
if ([[attributes objectForKey: @"separatesColumns"] boolValue])
mask |= 0x4000000;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs