mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Fix incorrect commits
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26633 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7afdd32ac1
commit
41ec18afa4
4 changed files with 8 additions and 9 deletions
|
@ -1,4 +1,9 @@
|
|||
2008-05-08 Adam Fedor <fedor@gnu.org>
|
||||
2008-06-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSCachedImageRep.m, Source/NSMenuItem.m, Source/tiff.m:
|
||||
Fix incorrect commits
|
||||
|
||||
2008-06-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Revert library license version to 2 until applications
|
||||
can be converted.
|
||||
|
|
|
@ -64,12 +64,6 @@
|
|||
- (void) setViewsNeedDisplay: (BOOL)f
|
||||
{
|
||||
}
|
||||
|
||||
- (id) retain
|
||||
{
|
||||
NSLog(@"GSCacheW retained");
|
||||
return [super retain];
|
||||
}
|
||||
@end
|
||||
|
||||
/**<p>Todo Description </p>
|
||||
|
|
|
@ -537,7 +537,7 @@ static Class imageClass;
|
|||
[aCoder encodeObject: _submenu];
|
||||
[aCoder encodeConditionalObject: _target];
|
||||
|
||||
// version 2
|
||||
// version 3
|
||||
[aCoder encodeValueOfObjCType: @encode(BOOL) at: &_isAlternate];
|
||||
[aCoder encodeValueOfObjCType: @encode(char) at: &_indentation];
|
||||
[aCoder encodeObject: _toolTip];
|
||||
|
|
|
@ -590,7 +590,7 @@ NSTiffGetColormap(TIFF* image)
|
|||
int NSTiffIsCodecConfigured(unsigned int codec)
|
||||
{
|
||||
#if (TIFFLIB_VERSION >= 20041016)
|
||||
// starting with version 2.7.0 we can ask libtiff what it is configured to do
|
||||
// starting with version 3.7.0 we can ask libtiff what it is configured to do
|
||||
return TIFFIsCODECConfigured(codec);
|
||||
#else
|
||||
// we check the tiffconf.h
|
||||
|
|
Loading…
Reference in a new issue