mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
7f8dba0b2f
commit
4e7bf384a7
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue