mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
* 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:
parent
40e0788f6d
commit
0dda8778b9
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue