Skip to content
Snippets Groups Projects
Commit 7b58e145 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix variable name. Fixes #5492

parent 99d406c8
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment