~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to src/calibre/gui2/auto_add.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-05-14 18:17:50 UTC
  • mfrom: (1.5.10)
  • Revision ID: package-import@ubuntu.com-20140514181750-xyrxqa47dbw0qfhu
Tags: 1.36.0+dfsg-1
* New upstream release:
  - Fixes editing of metadata (Closes: #741638)

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
                paths.extend(p)
232
232
                formats.extend(f)
233
233
                metadata.extend(mis)
234
 
            dups = [(mi, mi.cover, [p]) for mi, p in zip(metadata, paths)]
 
234
            dups = [(mic, mic.cover, [p]) for mic, p in zip(metadata, paths)]
235
235
            d = DuplicatesQuestion(m.db, dups, parent=gui)
236
236
            dups = tuple(d.duplicates)
237
237
            if dups: