[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:52:01 UTC 2009


The following commit has been merged in the master branch:
commit b681caab528f35b36d7edcf8c8c63bc1dce0e02e
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 21 06:48:59 2009 +0100

    otimed: fix NameError; Jan, please review!

diff --git a/framework/subsystems/otimed/otimed.py b/framework/subsystems/otimed/otimed.py
index 8034898..91a367d 100644
--- a/framework/subsystems/otimed/otimed.py
+++ b/framework/subsystems/otimed/otimed.py
@@ -222,7 +222,7 @@ class Time( dbus.service.Object ):
             for source in self.timesources:
                 if not source.offset is None:
                     source.offset = source.offset - d
-            clock.adjust( seconds )
+            clock.adjust( mean )
             getOutput( "hwclock --systohc" )
 
         # reenable timeout

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list