From daace73b92ab7c7f2d28f83a0f936ef319dceb0d Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 7 Jan 2000 18:25:50 +0000 Subject: [PATCH] Changed ivar git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5690 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSCell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Headers/gnustep/gui/NSCell.h b/Headers/gnustep/gui/NSCell.h index 335d0a2eb..3fe065b60 100644 --- a/Headers/gnustep/gui/NSCell.h +++ b/Headers/gnustep/gui/NSCell.h @@ -115,7 +115,7 @@ enum { struct GSCellFlagsType { // total 28 bits. Any idea on how to use the other 4 ? unsigned is_highlighted:1; - unsigned is_enabled:1; + unsigned is_disabled:1; unsigned is_editable:1; unsigned is_bordered:1; unsigned is_bezeled:1;