[PasteboardServer init] made sure that class XPbOwner gets

initialized, by adding a dummy call to class.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17489 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-08-18 13:45:04 +00:00
parent b508f847d8
commit 356b715cc2

View file

@ -977,6 +977,7 @@ NSMutableDictionary *pasteboards = nil;
* Ensure that the X pasteboard system is initialised.
*/
xPbClass = NSClassFromString(@"XPbOwner");
[xPbClass class];
}
return self;
}