def _indicator_set_status(self, status, do=gobject.idle_add): do(self.ind.set_status, self._STATUS_MODES.get(status, appindicator.STATUS_ATTENTION))