Author: mlytwyn
Date: Sat Jan 28 00:58:39 2017
New Revision: 40307
URL: http://svn.gna.org/viewcvs/gnustep?rev=40307&view=rev
Log:
Fix XIB 5 radio button
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=40307&r1=40306&r2=40307&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
Sat Jan 28 00:58:39 2017
@@ -331,7 +331,7 @@
@"NSDocView",
@"NSSliderType",
@"NSWhite", @"NSRGB", @"NSCYMK",
- //@"NSContents", @"NSAlternateContents",
@"NSAlternateImage",
+ //@"NSContents", @"NSAlternateContents",
@"NSCellFlags", @"NSCellFlags2",
@"NSButtonFlags", @"NSButtonFlags2",
@"NSSelectedIndex", @"NSAltersState",
@@ -2957,10 +2957,6 @@
hasValue = [currentElement attributeForKey: @"title"] != nil;
hasValue |= [currentElement attributeForKey: @"image"] != nil;
}
- else if ([@"NSAlternateImage" isEqualToString: key])
- {
- hasValue = [currentElement attributeForKey: @"alternateImage"] !=
nil;
- }
else if ([@"NSAlternateContents" isEqualToString: key])
{
hasValue = [currentElement attributeForKey: @"alternateTitle"] !=
nil;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs