~ubuntu-branches/ubuntu/dapper/newt/dapper

« back to all changes in this revision

Viewing changes to debian/patches/86_python_typo.patch

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2005-03-22 12:44:37 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050322124437-nuhl0pqjcijjno9z
Tags: 0.51.6-20ubuntu3
Add Xhosa translation (thanks, Adi Attar).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN newt-0.51.6-old/snack.py newt-0.51.6/snack.py
 
2
--- newt-0.51.6-old/snack.py    2004-04-26 21:20:15.000000000 +0100
 
3
+++ newt-0.51.6/snack.py        2004-04-26 21:21:04.000000000 +0100
 
4
@@ -925,5 +925,5 @@
 
5
     def setCurrent(self, item):
 
6
         self.listbox.setCurrent(item)
 
7
 
 
8
-        def clear(self):
 
9
-            self.listbox.clear()
 
10
+    def clear(self):
 
11
+        self.listbox.clear()