[PackageKit-commit] packagekit: Branch 'master' - 2 commits

Richard Hughes hughsient at kemper.freedesktop.org
Mon Jun 16 14:31:29 PDT 2008


 backends/yum/helpers/yumBackend.py |    2 +-
 po/LINGUAS                         |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7aaf93d8c5ab1add44b36f525b6f6e6bf7cc4919
Author: Robin Norwood <rnorwood at redhat.com>
Date:   Mon Jun 16 10:45:44 2008 -0400

    instance methods should have 'self' as the first argument - fix for rhbz#451458.

diff --git a/backends/yum/helpers/yumBackend.py b/backends/yum/helpers/yumBackend.py
index d98dd3b..52be3d5 100644
--- a/backends/yum/helpers/yumBackend.py
+++ b/backends/yum/helpers/yumBackend.py
@@ -1098,7 +1098,7 @@ class PackageKitYumBackend(PackageKitBaseBackend):
                 self.require_restart(RESTART_SYSTEM,"")
                 break
 
-    def _truncate(text,length,etc='...'):
+    def _truncate(self, text,length,etc='...'):
         if len(text) < length:
             return text
         else:
commit 4c8d41974b02ae42701a4d5b0f76fc6170b14398
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jun 16 12:48:20 2008 +0100

    bugfix: Add Catalan locale to LINGUAS -- fixes fd#451550

diff --git a/po/LINGUAS b/po/LINGUAS
index f87e6b3..6551653 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,3 +1,4 @@
+ca
 cs
 de
 el


More information about the PackageKit-commit mailing list