From 44c40a6ed63a7f3d0f5ba75582c69597c833a217 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 25 Sep 2006 07:53:07 +0000 Subject: [PATCH] read correctly iconsets even if our iconset is brocken by using dcraven one. --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index e53d096de..37e2a586e 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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')