diff --git a/sugar/shell/activity.py b/sugar/shell/activity.py index 3b84bf52..e6872a30 100644 --- a/sugar/shell/activity.py +++ b/sugar/shell/activity.py @@ -12,7 +12,7 @@ class Activity(dbus.service.Object): """ Base Sugar activity object from which all other Activities should inherit """ def __init__(self): - self._has_focus = True + self._has_focus = False def get_has_focus(self): return self._has_focus