prevent traceback. Fixes #7592
This commit is contained in:
parent
fbb87bf336
commit
7e64d60521
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ class FileTransfersTooltip(BaseTooltip):
|
|||
else:
|
||||
status = _('Not started')
|
||||
properties.append((_('Status: '), status))
|
||||
file_desc = file_props.desc
|
||||
file_desc = file_props.desc or ''
|
||||
properties.append((_('Description: '), GLib.markup_escape_text(
|
||||
file_desc)))
|
||||
while properties:
|
||||
|
|
Loading…
Add table
Reference in a new issue