Default to tab active, this is damn racy

This commit is contained in:
Marco Pesenti Gritti 2006-05-22 23:10:12 -04:00
parent bbeced56e5
commit 073ffd1bff

View File

@ -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