gnustep / libs-gui

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
279 stars 103 forks source link

GSXib5KeyedUnarchiver: Add mapping for NSSegmentItemLabel, NSSegmentItemImage #251

Closed qmfrederik closed 8 months ago

qmfrederik commented 8 months ago

Also fixes some whitespace issues (replace tabs by spaces to be consistent)

fredkiefer commented 8 months ago

The change itself looks good, but what is causing the checks to fail and why are there four extra lines of change?

qmfrederik commented 8 months ago

The failed checks are, I think, a GitHub system failure; the four extra changes were tabs-to-spaces conversion (to be consistent with the other lines)