/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to logview.py

  • Committer: John Arbash Meinel
  • Date: 2007-10-03 15:49:31 UTC
  • mto: (322.1.1 trunk) (330.3.3 trunk)
  • mto: This revision was merged to the branch mainline in revision 368.
  • Revision ID: john@arbash-meinel.com-20071003154931-29y6lt71hx6bqhp7
We can make bencode work again by a simple decode/encode step.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
 
102
102
        file_info = revision.properties.get('file-info', None)
103
103
        if file_info is not None:
104
 
            file_info = bencode.bdecode(file_info)
 
104
            file_info = bencode.bdecode(file_info.encode('UTF-8'))
105
105
 
106
106
        if file_info:
107
107
            if self._file_id is None: