fix a path

This commit is contained in:
Yann Leboulanger 2005-04-18 16:09:46 +00:00
parent 3d7d4c1fff
commit f493158886
1 changed files with 1 additions and 1 deletions

View File

@ -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: