fix variable name. Fixes #5492

This commit is contained in:
Yann Leboulanger 2009-12-07 19:22:03 +01:00
parent 99d406c8bf
commit 7b58e145af
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class UserLocationPEP(AbstractPEP):
return (location_dict, retracted)
def asPixbufIcon(self):
gtkgui_helpers.get_icon_path('gajim-earth')
path = gtkgui_helpers.get_icon_path('gajim-earth')
return gtk.gdk.pixbuf_new_from_file(path)
def asMarkupText(self):