Skip to content
Snippets Groups Projects
Commit f4931588 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix a path

parent 3d7d4c1f
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment