~amichai2/software-properties/fixes

« back to all changes in this revision

Viewing changes to softwareproperties/kde/DialogEdit.py

  • Committer: Amichai Rothman
  • Date: 2010-08-16 10:37:03 UTC
  • mfrom: (584.1.32 main)
  • Revision ID: amichai2@amichais.net-20100816103703-04dy6pn9zxevbeaj
rebased with trunk (Maverick)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        comps = c
60
60
    self.entry_comps.setText(comps)
61
61
 
62
 
    self.entry_comment.setText(source_entry.comment)
 
62
    self.entry_comment.setText(utf8(source_entry.comment))
63
63
 
64
64
    translate_widget(self)
65
65