Skip to content

Commit

Permalink
Try to fix a crash when reseting interface label
Browse files Browse the repository at this point in the history
Ref #1369
  • Loading branch information
julien-duponchelle committed Jul 7, 2016
1 parent f0ebdf2 commit 0f4cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3/ports/port.py
Expand Up @@ -430,7 +430,7 @@ def deleteLabel(self):
"""

if self._port_label is not None:
self._port_label.delete()
self._port_label.deleteLater()
self._port_label = None

@classmethod
Expand Down

0 comments on commit 0f4cac1

Please sign in to comment.