From 7b58e145afcf4ce33f8d0a5094657782ca596135 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 7 Dec 2009 19:22:03 +0100 Subject: [PATCH] fix variable name. Fixes #5492 --- src/common/pep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/pep.py b/src/common/pep.py index b235e674c..2a4a064b0 100644 --- a/src/common/pep.py +++ b/src/common/pep.py @@ -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):