Corrected writing to pasteboard from text object.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11886 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-12-23 02:16:16 +00:00
parent 7f8dba0b2f
commit 4e7bf384a7

View file

@ -1,3 +1,11 @@
2001-12-23 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTextView.m
[writeSelectionToPasteboard:types:] corrected C binary operator
short cut logic that prevented us froam adding more than one
string type to the pasteboard. Remember that || wont evaluate the
second operand if the first is true.
Fri Dec 21 18:50:17 2001 Nicola Pero <nicola@brainstorm.co.uk>
* Headers/gnustep/gui/GSGuiPrivate.h: New file.