mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Always create RTFD as a directory, even in the simple file case.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27679 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
148ad4ca47
commit
9f047d7b8c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-25 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* TextConverters/RTF/RTFProducer.m (RTFDProducer -produceFileFrom:...):
|
||||
Always create a directory, even for simple RTF files.
|
||||
|
||||
2009-01-25 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDocument.m (-runModalSavePanelForSaveOperation:...):
|
||||
|
|
|
@ -81,7 +81,8 @@
|
|||
inlineGraphics: NO]
|
||||
dataUsingEncoding: NSASCIIStringEncoding];
|
||||
|
||||
if ([aText containsAttachments])
|
||||
// if ([aText containsAttachments])
|
||||
if (YES)
|
||||
{
|
||||
NSMutableDictionary *fileDict;
|
||||
NSFileWrapper *txt;
|
||||
|
|
Loading…
Reference in a new issue