Implement Buddy.object_path()

This commit is contained in:
Tomeu Vizoso 2010-07-02 15:14:08 +02:00
parent 9c1275e4c8
commit 6f6b86d1e2

View File

@ -154,7 +154,7 @@ class BaseBuddy(gobject.GObject):
def object_path(self):
"""Retrieve our dbus object path"""
return self._object_path
return None
def _emit_icon_changed_signal(self, icon_data):
"""Emit GObject signal when icon has changed"""