jhbuild r2270 - in trunk: . jhbuild/buildbot



Author: fpeters
Date: Sun Aug 17 09:50:51 2008
New Revision: 2270
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2270&view=rev

Log:
* jhbuild/buildbot/changes.py: fixed typo in get_content_charset()
name.



Modified:
   trunk/ChangeLog
   trunk/jhbuild/buildbot/changes.py

Modified: trunk/jhbuild/buildbot/changes.py
==============================================================================
--- trunk/jhbuild/buildbot/changes.py	(original)
+++ trunk/jhbuild/buildbot/changes.py	Sun Aug 17 09:50:51 2008
@@ -75,7 +75,7 @@
                     if l[:-1] not in ("Added:", "Modified:", "Removed:"):
                         files.append(l[3:-1])
 
-        comments = unicode(comments, m.get_content_charse())
+        comments = unicode(comments, m.get_content_charset())
         c = changes.Change(name, files, comments, isdir, revision=revision, links=links, when=when)
         c.project = project # custom attribute
         return c



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]