Initial start page implementation

This commit is contained in:
Marco Pesenti Gritti
2006-06-14 15:01:17 -04:00
parent 4a7aac0e01
commit 3ea146e17c
10 changed files with 4788 additions and 8 deletions
+1
View File
@@ -79,6 +79,7 @@ class Buddy(gobject.GObject):
# A buddy isn't valid until its official presence
# service has been found and resolved
self._valid = True
print 'Requesting buddy icon %s' % self._nick_name
self._request_buddy_icon(service)
return True