mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
* Source/NSCell.m (-copyWithZone:): Fix copy and paste error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38352 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8593423165
commit
8b6e6bb752
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-02-20 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSCell.m (-copyWithZone:): Fix copy and paste error.
|
||||
|
||||
2015-02-03 20:20-EST Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Printing/GSWIN32/GSWIN32PrincipalClass.m: Remove calls to
|
||||
|
@ -55,7 +59,7 @@
|
|||
* Headers/Additions/GNUstepGUI/GSTheme.h: Add category
|
||||
for print/layout panels.
|
||||
* Printing/GSWIN32/GSWIN32PrincipalClass.m: Minor cleanup.
|
||||
|
||||
|
||||
2015-01-31 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSTextStorage.m
|
||||
|
|
|
@ -2396,7 +2396,7 @@ static NSColor *dtxtCol;
|
|||
_menu = TEST_RETAIN (_menu);
|
||||
_cell_image = TEST_RETAIN (_cell_image);
|
||||
_formatter = TEST_RETAIN (_formatter);
|
||||
_formatter = TEST_RETAIN (_represented_object);
|
||||
_represented_object = TEST_RETAIN (_represented_object);
|
||||
|
||||
return c;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue