Fix friending somebody for real this time

This commit is contained in:
Dan Williams 2007-04-13 14:20:05 -04:00
parent 02900bbfbb
commit 559c75a317

View File

@ -48,7 +48,7 @@ class Friends(gobject.GObject):
def make_friend(self, buddy): def make_friend(self, buddy):
if not self.has_buddy(buddy): if not self.has_buddy(buddy):
self.add_friend(BuddyModel(buddy=buddy)) self.add_friend(buddy)
self.save() self.save()
def remove(self, buddy_info): def remove(self, buddy_info):