read correctly iconsets even if our iconset is brocken by using dcraven one.

This commit is contained in:
Yann Leboulanger 2006-09-25 07:53:07 +00:00
parent e4cda079e3
commit 44c40a6ed6
1 changed files with 1 additions and 0 deletions

View File

@ -3148,6 +3148,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
else:
iconset = DEFAULT_ICONSET
path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '32x32')
self.jabber_state_images['32'] = self.load_iconset(path)
path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16')