btmon speeded up, all ICapTorrent backends clarified and fillobj cleaned
This commit is contained in:
parent
f6e2f0a657
commit
b907c8b266
10 changed files with 101 additions and 39 deletions
|
|
@ -47,10 +47,8 @@ class Subtitle(QFrame):
|
|||
else:
|
||||
self.ui.langLabel.parent().hide()
|
||||
if not empty(subtitle.description):
|
||||
print 'plop'
|
||||
self.ui.descriptionPlain.setPlainText(u'%s'%subtitle.description)
|
||||
else:
|
||||
print 'ploppppp'
|
||||
self.ui.descriptionPlain.parent().hide()
|
||||
if not empty(subtitle.url):
|
||||
self.ui.urlEdit.setText(u'%s'%subtitle.url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue