~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to src/gpodder/gtkui/desktop/sync.py

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2011-07-08 21:54:34 UTC
  • mfrom: (5.2.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110708215434-2sna9a2clzsz6c5z
Tags: 2.16-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
                ('podcast', None, None, _('Podcast')),
221
221
                ('filesize', 'length', int, _('Size')),
222
222
                ('modified', 'modified_sort', int, _('Copied')),
223
 
                ('playcount', 'playcount', int, _('Play count')),
 
223
                ('playcount_str', 'playcount', int, _('Play count')),
224
224
                ('released', None, None, _('Released')),
225
225
        )
226
226