This commit is contained in:
Nikos Kouremenos 2005-10-03 17:03:59 +00:00
parent 6899985d5c
commit e41bbd657d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ timestamp, contact):
def show_bigger_avatar(self, widget):
jid = self.get_active_jid()
avatar_pixbuf = self.avatar_pixbufs[jid]
avatar_pixbuf = self.plugin.avatar_pixbufs[jid]
window = gtk.Window(gtk.WINDOW_POPUP)
self.bigger_avatar_window = window
image = gtk.Image()