Minor correction to previous update.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19621 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-06-26 01:40:26 +00:00
parent 822370a34a
commit 57596f2aa3

View file

@ -751,6 +751,8 @@ that makes decoding and encoding compatible with the old code.
if (!did_register_for_services)
[isa registerForServices];
[self updateDragTypeRegistration];
[self setPostsFrameChangedNotifications: YES];
[notificationCenter addObserver: self
selector: @selector(_updateState:)