Changeset 10029
- Timestamp:
- 07/25/08 12:50:56 (2 months ago)
- Files:
-
- 1 modified
-
trunk/src/htmltextview.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/htmltextview.py
r10028 r10029 565 565 f = urllib2.urlopen(attrs['src']) 566 566 except Exception, ex: 567 gajim.log.debug('Error loading image %s ' % attrs['src'] + str(ex)) )567 gajim.log.debug('Error loading image %s ' % attrs['src'] + str(ex)) 568 568 pixbuf = None 569 569 alt = attrs.get('alt', 'Broken image')
