1
0
镜像自地址 https://github.com/arsenetar/dupeguru.git 已同步 2025-07-05 23:13:20 +00:00

pe cocoa: fixed a bug preventing iPhoto library from being added.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%4011
这个提交包含在:
hsoft 2009-06-07 06:55:17 +00:00
父节点 97872fc086
当前提交 65692ec2ef

查看文件

@ -189,7 +189,8 @@ class DupeGuruPE(app_cocoa.DupeGuru):
def AddDirectory(self, d):
result = app_cocoa.DupeGuru.AddDirectory(self, d)
if (result == 0) and (d == 'iPhoto Library'):
added.update()
[iphotolib] = [dir for dir in self.directories if dir.path == d]
iphotolib.update()
return result
def CopyOrMove(self, dupe, copy, destination, dest_type):