[Adium-devl] [Adium-svn] rev 22286 - trunk/Source
Evan Schoenberg
evan at adiumx.com
Sun Jan 13 13:26:10 UTC 2008
On Jan 13, 2008, at 3:40 AM, Peter Hosey wrote:
> On Jan 12, 2008, at 07:57:06, evands at adiumx.com wrote:
>> - return [[displayedObject displayName] safeFilenameString];
>> + NSString *fileName = [[displayedObject displayName]
>> safeFilenameString];
>> + if ([fileName hasPrefix:@"."]) {
>> + fileName = [fileName substringFromIndex:1];
>> + }
>
> Should this be part of -safeFilenameString?
I say no. See http://trac.adiumx.com/ticket/6102#comment:2 where
edickins went through the implications of this in great detail about a
year ago, after which the ticket languished on "Needs Dev Review".
-Evan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20080113/e42ad220/attachment-0001.html>
More information about the devel
mailing list