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.
master
Simon Schampijer 16 years ago
parent 887420e806
commit 38f0ac83d2

@ -317,3 +317,4 @@ class NamingAlert(gtk.Window):
self._activity.metadata['title_set_by_user'] = '1'
self._activity.close()
self.destroy()

Loading…
Cancel
Save