Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-15 15:21:37 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-15 15:21:37 (GMT)
commit0fe529b78aeaeeefeb179ab70833119bfabd9d12 (patch)
tree7686470027b797b4a41c5a93e281b167dd65788c /shell/model
parenta83211dbb9f10ed94c7fa8d9799b763891272277 (diff)
Avoid multiple simultaneous launches of the same activity.
Diffstat (limited to 'shell/model')
-rw-r--r--shell/model/homemodel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/homemodel.py b/shell/model/homemodel.py
index 9d7d68c..598562b 100644
--- a/shell/model/homemodel.py
+++ b/shell/model/homemodel.py
@@ -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)