Add a color property and access to Buddy objects

This commit is contained in:
Dan Williams
2006-08-23 11:14:46 -04:00
parent e366753ab0
commit d334b6e3bd
3 changed files with 12 additions and 6 deletions
+3
View File
@@ -89,6 +89,9 @@ class Buddy(gobject.GObject):
def is_owner(self):
return self._properties['owner']
def get_color(self):
return self._properties['color']
def get_icon(self):
return self._buddy.getIcon()