* Source/NSPasteboard.m (-_pbs): Fix waiting forever if gpbs

crashes within a certain window.
        Patch by Marcian Lytwyn <gna@advcsi.com>.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39098 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2015-10-27 22:24:32 +00:00
parent 40e0788f6d
commit 0dda8778b9
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2015-10-28 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSPasteboard.m (-_pbs): Fix waiting forever if gpbs
crashes within a certain window.
Patch by Marcian Lytwyn <gna@advcsi.com>.
2015-10-27 Riccardo Mottola <rm@gnu.org>
* Headers/AppKit/NSMatrix.h

View file

@ -1999,6 +1999,7 @@ static NSMapTable *mimeMap = NULL;
Protocol *p = @protocol(GSPasteboardSvr);
[conn enableMultipleThreads];
[conn setReplyTimeout:2.0];
[(id)the_server setProtocolForProxy: p];
[[NSNotificationCenter defaultCenter]
addObserver: self