[or-cvs] r17363: {updater} call setVersion() by the right name. (updater/trunk/lib/thandy/packagesys)

nickm at seul.org nickm at seul.org
Sat Nov 22 17:37:57 UTC 2008


Author: nickm
Date: 2008-11-22 12:37:56 -0500 (Sat, 22 Nov 2008)
New Revision: 17363

Modified:
   updater/trunk/lib/thandy/packagesys/PackageDB.py
Log:
call setVersion() by the right name.

Modified: updater/trunk/lib/thandy/packagesys/PackageDB.py
===================================================================
--- updater/trunk/lib/thandy/packagesys/PackageDB.py	2008-11-22 07:42:26 UTC (rev 17362)
+++ updater/trunk/lib/thandy/packagesys/PackageDB.py	2008-11-22 17:37:56 UTC (rev 17363)
@@ -63,7 +63,7 @@
 
     def install(self, transaction=None):
         params = self._doInstall()
-        self._packageDB.setCurVersion(
+        self._packageDB.setVersion(
             self._name, self._version, self._filelist)
         self._packageDB.setInstallParameters(self._name, params)
 



More information about the tor-commits mailing list