[bug #24083] Offset issues with the xmonad WM

2009-05-22 Thread Yavor Doganov

Follow-up Comment #17, bug #24083 (project gnustep):

Fred -- sorry for the delay.  The OP reports this is fixed in 0.16.0, so
please close.  Thanks!

___

Reply to this item at:

  http://savannah.gnu.org/bugs/?24083

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


KVO bug

2009-05-22 Thread Kevin Fox
I just spent the last few hours trying to figure out why my code, that
satisfied all the requirements in the Apple KVC and KVO documents would
work using GNUStep base with KVC but not with KVO. Issuing:

[eye addObserver:self forKeyPath:@x
options:NSKeyValueObservingOptionNew context:NULL];

would print out an error message:
class eye not KVC complient for x

It turns out if setX returns anything but void, gnustep base bails. This
seems like incorrect behavior since the docs don't say anything about
this requirement.

Thanks,
Kevin



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep