Naming alert prevents activity close on keep error #224
When the Naming alert is shown and a keep error occurs, the activity can not be closed.
This commit is contained in:
parent
887420e806
commit
38f0ac83d2
@ -317,3 +317,4 @@ class NamingAlert(gtk.Window):
|
|||||||
|
|
||||||
self._activity.metadata['title_set_by_user'] = '1'
|
self._activity.metadata['title_set_by_user'] = '1'
|
||||||
self._activity.close()
|
self._activity.close()
|
||||||
|
self.destroy()
|
||||||
|
Loading…
Reference in New Issue
Block a user