mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 15:00:45 +00:00
Fixed for MacOSX KVC. condition = application.isDebuggingEnabled
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19537 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a6d04c504d
commit
d497dc3640
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ExclamationImage: GSWImage
|
|||
|
||||
VisibleConditional: GSWCollapsibleComponentContent
|
||||
{
|
||||
condition = application.class.isDebuggingEnabled;
|
||||
condition = application.isDebuggingEnabled;
|
||||
closedLabel = "An Exception has Occurred";
|
||||
openedLabel = "Exception Description";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue