read correctly iconsets even if our iconset is brocken by using dcraven one.
This commit is contained in:
parent
e4cda079e3
commit
44c40a6ed6
|
@ -3148,6 +3148,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
else:
|
else:
|
||||||
iconset = DEFAULT_ICONSET
|
iconset = DEFAULT_ICONSET
|
||||||
|
|
||||||
|
path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '32x32')
|
||||||
self.jabber_state_images['32'] = self.load_iconset(path)
|
self.jabber_state_images['32'] = self.load_iconset(path)
|
||||||
|
|
||||||
path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16')
|
path = os.path.join(gajim.DATA_DIR, 'iconsets', iconset, '16x16')
|
||||||
|
|
Loading…
Reference in New Issue