mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-04 23:20:34 +00:00
Fix clearing of URL name property.
This commit is contained in:
parent
c8c0040e63
commit
6931f665b2
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def set_properties (widget, data):
|
|||
|
||||
def clear_properties (widget):
|
||||
widget.prop_url.setText(u"")
|
||||
widget.prop_name.setText(u"")
|
||||
widget.prop_parenturl.setText(u"")
|
||||
widget.prop_base.setText(u"")
|
||||
widget.prop_checktime.setText(u"")
|
||||
|
|
|
|||
Loading…
Reference in a new issue