fix a path
This commit is contained in:
parent
3d7d4c1fff
commit
f493158886
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue