~ubuntu-branches/ubuntu/quantal/mailman/quantal

« back to all changes in this revision

Viewing changes to debian/patches/59_fix_missing_language_crash.patch

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2008-08-11 16:06:19 UTC
  • mfrom: (1.1.4 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080811160619-ymr837d03w2qvnh9
Tags: 1:2.1.11-3
* Updated Catalan debconf translation, thanks David Planella Molas
  (Closes: #494110).
* Added patch 68_update_catalan to update Catalan program translation,
  thanks Jordi Mallach (Closes: #492297).
* Add a README.source file referring to quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Patch: fix_missing_language_crash.patch
2
2
Author: Paul Wise <pabs3@bonedaddy.net>
3
3
Fix crash when a language is missing
4
 
Index: Mailman/htmlformat.py
 
4
Index: mailman-2.1.10/Mailman/htmlformat.py
5
5
===================================================================
6
 
--- Mailman/htmlformat.py.orig  2006-09-19 16:12:12.000000000 +0200
7
 
+++ Mailman/htmlformat.py       2006-09-19 16:13:47.000000000 +0200
 
6
--- mailman-2.1.10.orig/Mailman/htmlformat.py   2008-04-21 20:28:22.000000000 +0200
 
7
+++ mailman-2.1.10/Mailman/htmlformat.py        2008-06-15 18:49:48.000000000 +0200
8
8
@@ -298,7 +298,7 @@
9
9
 
10
10
     def Format(self, indent=0, **kws):