fix function call. fixes #3875

This commit is contained in:
Yann Leboulanger 2008-04-17 19:26:09 +00:00
parent 5dd0d4fce8
commit b35b2f9ad0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class Systray:
# We need our own set of status icons, let's make 'em!
iconset = gajim.config.get('iconset')
path = os.path.join(helpers.get_iconset_path(iconset), '16x16')
state_images = gajim.interface.load_iconset(path)
state_images = gtkgui_helpers.load_iconset(path)
if state_images.has_key('muc_active'):
join_gc_menuitem.set_image(state_images['muc_active'])