--- smart/mirror.py.orig 2006-05-23 00:22:55.000000000 +0200 +++ smart/mirror.py 2006-05-23 00:27:29.000000000 +0200 @@ -149,7 +149,7 @@ self._current = None def addInfo(self, **info): - if self._current: + if self._current and hasattr(self._current, 'mirror'): self._system.addInfo(self._current.mirror, **info) def getNext(self):