diff options
| author | glatzor@ubuntu.com <> | 2006-08-04 10:40:31 +0200 |
|---|---|---|
| committer | glatzor@ubuntu.com <> | 2006-08-04 10:40:31 +0200 |
| commit | a2a922ef65c22f37b9738fe98537e7928485fc5d (patch) | |
| tree | 5a67673b8b09dd54bd6e1555d64d54e0a62342a1 | |
| parent | 4a5e26b3793e366c0dcdd0b3017bff421673a5f4 (diff) | |
| parent | 6610fc16d211497195a02783ab52b3216bacce3c (diff) | |
| download | python-apt-a2a922ef65c22f37b9738fe98537e7928485fc5d.tar.gz | |
* merge with main
| -rw-r--r-- | UpdateManager/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/UpdateManager.py b/UpdateManager/UpdateManager.py index 126bfa8f..0962c6c8 100644 --- a/UpdateManager/UpdateManager.py +++ b/UpdateManager/UpdateManager.py @@ -507,7 +507,7 @@ class UpdateManager(SimpleGladeApp): long_desc = p.sub("\n", long_desc) desc_buffer = self.textview_descr.get_buffer() - desc_buffer.set_text(utf8(long_desc)) + desc_buffer.set_text(long_desc) # now do the changelog name = model.get_value(iter, LIST_NAME) |
