Finish up chat notification, there are races but it seem
This commit is contained in:
@@ -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 = False
|
||||
self._has_focus = True
|
||||
|
||||
def get_has_focus(self):
|
||||
return self._has_focus
|
||||
@@ -133,7 +133,6 @@ class Activity(dbus.service.Object):
|
||||
def got_focus(self):
|
||||
self.activity_on_got_focus()
|
||||
|
||||
|
||||
@dbus.service.method("com.redhat.Sugar.Activity", \
|
||||
in_signature="", \
|
||||
out_signature="")
|
||||
|
||||
Reference in New Issue
Block a user