diff options
Diffstat (limited to 'src/nsterm.m')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index fe5bc35086d..f96096242d2 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -1221,7 +1221,7 @@ ns_unfocus (struct frame *f) | |||
| 1221 | { | 1221 | { |
| 1222 | nestCount = 0; | 1222 | nestCount = 0; |
| 1223 | isAttached = false; | 1223 | isAttached = false; |
| 1224 | #ifdef NS_IMPL_GNUSTEP | 1224 | #if NS_IMPL_GNUSTEP && !HAVE_DECL_NSIMAGENAMECAUTION |
| 1225 | // GNUstep doesn't provide named images. This was reported in | 1225 | // GNUstep doesn't provide named images. This was reported in |
| 1226 | // 2011, see https://savannah.gnu.org/bugs/?33396 | 1226 | // 2011, see https://savannah.gnu.org/bugs/?33396 |
| 1227 | // | 1227 | // |