mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +00:00
* Source/GSNibLoading.m: Make the log ino debug in awakeFromNib
* Source/NSApplication.m: Allow modal to end multiple times, per spec there is no exception for doing this. * Source/NSPasteboard.m: Allow multiple threads in pasteboard communication. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27306 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e9aba06b34
commit
21cf915c13
4 changed files with 15 additions and 3 deletions
|
@ -959,6 +959,7 @@ static NSString *namePrefix = @"NSTypedFilenamesPboardType:";
|
|||
NSConnection *connection;
|
||||
|
||||
connection = [(NSDistantObject*)provider connectionForProxy];
|
||||
[connection enableMultipleThreads];
|
||||
seconds = [finishBy timeIntervalSinceNow];
|
||||
[connection setRequestTimeout: seconds];
|
||||
[connection setReplyTimeout: seconds];
|
||||
|
@ -1964,6 +1965,7 @@ static NSMapTable *mimeMap = NULL;
|
|||
NSConnection *conn = [(id)the_server connectionForProxy];
|
||||
Protocol *p = @protocol(GSPasteboardSvr);
|
||||
|
||||
[conn enableMultipleThreads];
|
||||
[(id)the_server setProtocolForProxy: p];
|
||||
[[NSNotificationCenter defaultCenter]
|
||||
addObserver: self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue