[Adium-devl] [Adium-svn] rev 22286 - trunk/Source
Peter Hosey
boredzo at adiumx.com
Sun Jan 13 08:40:44 UTC 2008
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?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://adium.im/pipermail/devel_adium.im/attachments/20080113/f62934ce/attachment.sig>
More information about the devel
mailing list