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

« back to all changes in this revision

Viewing changes to bin/gpodder

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2014-07-26 20:43:14 UTC
  • mfrom: (5.2.33 sid)
  • Revision ID: package-import@ubuntu.com-20140726204314-kz4v2tyeeg7oj43y
Tags: 3.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
 
122
122
    options, args = parser.parse_args(sys.argv)
123
123
 
124
 
    if options.qml or (gpodder.ui.harmattan or gpodder.ui.sailfish):
 
124
    if options.qml or gpodder.ui.harmattan:
125
125
        gpodder.ui.qml = True
126
126
    else:
127
127
        gpodder.ui.gtk = True