1
0
şunun yansıması https://github.com/arsenetar/dupeguru.git eşitlendi 2025-07-05 15:03: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
Bu işleme şunda yer alıyor:
hsoft 2009-06-07 06:55:17 +00:00
ebeveyn 97872fc086
işleme 65692ec2ef

Dosyayı Görüntüle

@ -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):