From f493158886588ea9c80697a9d0ef767ac9effc6f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 18 Apr 2005 16:09:46 +0000 Subject: [PATCH] fix a path --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index be31ac210..227014dac 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -618,7 +618,7 @@ class Interface: #3:autoxa and use sleeper iconset = gajim.config.get('iconset') - path = 'data/iconsets/' + iconset + '/' + path = '../data/iconsets/' + iconset + '/' files = [path + 'online.gif', path + 'online.png', path + 'online.xpm'] pix = None for fname in files: