Get group from the right place

This commit is contained in:
Dan Williams 2006-05-22 12:02:00 -04:00
parent 560648afa5
commit 3f320fcc52

View File

@ -277,7 +277,7 @@ class Chat(activity.Activity):
# FIXME self._controller.notify_activate(self)
def _insert_buddy(self, buf, nick):
buddy = self._group.get_buddy(nick)
buddy = self._controller.get_group().get_buddy(nick)
if buddy.get_icon():
pbl = gtk.gdk.PixbufLoader()