Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256905 Details for
Bug 172552
gnome-extra/conduit - new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/conduit-0.3.17-programming-error-unicode.patch
conduit-0.3.17-programming-error-unicode.patch (text/plain), 790 bytes, created by
Florian Steinel
on 2010-12-11 16:42:03 UTC
(
hide
)
Description:
files/conduit-0.3.17-programming-error-unicode.patch
Filename:
MIME Type:
Creator:
Florian Steinel
Created:
2010-12-11 16:42:03 UTC
Size:
790 bytes
patch
obsolete
>diff -urNad conduit~/conduit/MappingDB.py conduit/conduit/MappingDB.py >--- conduit~/conduit/MappingDB.py 2009-08-30 13:33:34.000000000 +0200 >+++ conduit/conduit/MappingDB.py 2009-08-30 13:40:49.000000000 +0200 >@@ -38,8 +38,8 @@ > self.sinkRid = rid > > def values(self): >- return (self.sourceUID,self.sourceRid.get_UID(),self.sourceRid.get_mtime(),self.sourceRid.get_hash(), >- self.sinkUID,self.sinkRid.get_UID(),self.sinkRid.get_mtime(),self.sinkRid.get_hash()) >+ return (unicode(self.sourceUID),unicode(self.sourceRid.get_UID()),self.sourceRid.get_mtime(),self.sourceRid.get_hash(), >+ unicode(self.sinkUID),unicode(self.sinkRid.get_UID()),self.sinkRid.get_mtime(),self.sinkRid.get_hash()) > > class MappingDB: > """
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172552
:
119244
|
129900
|
129901
|
131909
|
141012
|
141013
|
143685
|
143687
|
144806
|
145169
|
146637
|
146638
|
160274
|
160275
|
160694
|
160696
|
162306
|
162307
|
170299
|
256902
|
256903
| 256905 |
256907
|
256908
|
256910