fix variable name. Fixes #5492
This commit is contained in:
parent
99d406c8bf
commit
7b58e145af
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue