Avoid multiple simultaneous launches of the same activity.

This commit is contained in:
Tomeu Vizoso
2007-03-15 16:21:37 +01:00
parent a83211dbb9
commit 0fe529b78a
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class HomeModel(gobject.GObject):
self._current_activity = act
else:
self._current_activity = None
logging.error('Actiivty for window %d was not yet launched.' % xid)
logging.error('Activity for window %d was not yet launched.' % xid)
else:
self._current_activity = None
logging.error('Model for window %d does not exist.' % xid)