display a notice in the status when the account is waiting
This commit is contained in:
parent
a315ee4dc1
commit
d319625288
2 changed files with 10 additions and 7 deletions
|
|
@ -78,9 +78,9 @@ class Account(QFrame):
|
|||
return
|
||||
|
||||
if field.flags & StatusField.FIELD_HTML:
|
||||
value = field.value.replace('&', '&').replace('<', '<').replace('>', '>')
|
||||
else:
|
||||
value = u'%s' % field.value
|
||||
else:
|
||||
value = (u'%s' % field.value).replace('&', '&').replace('<', '<').replace('>', '>')
|
||||
|
||||
if field.flags & StatusField.FIELD_TEXT:
|
||||
if self.process.in_p:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue