[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[Gorm, -gui] fix for #46317
From:
Graham Lee
Subject:
[Gorm, -gui] fix for #46317
Date:
2017年10月28日 01:54:41 -0600
Bug: https://savannah.gnu.org/bugs/?46317
The fix is to always return an image with the correct name, instead of -nil, from -[NSImage initWithCoder:].
Steps to reproduce: open the .gorm file in this project: https://github.com/iamleeg/test-nsimage-name
Changelog entry:
2017年10月28日 Graham Lee <graham@iamleeg.com>
* Source/NSImage.m (initWithCoder:): restore image name when
loading an archived image with a name that can't be resolved at
load time. Fixes Gorm bug #46317.
Patch: https://github.com/gnustep/libs-gui/pull/12 / https://github.com/gnustep/libs-gui/pull/12.patch
Cheers,
Graham.
[Prev in Thread]
Current Thread
[Next in Thread]
- [Gorm, -gui] fix for #46317,
Graham Lee <=