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:
Simon Schampijer 2009-01-28 20:30:19 +01:00
parent 887420e806
commit 38f0ac83d2

View File

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