[pkg-fso-commits] [SCM] freesmartphone.org demo GUI branch, master, updated. milestone2-25-gf72c138
Jan Luebbe
jluebbe at debian.org
Tue Sep 2 10:26:30 UTC 2008
The following commit has been merged in the master branch:
commit 4a1e0f8d96f5775c2ae0a2784090a8b4082a3429
Author: Jan Luebbe <jluebbe at debian.org>
Date: Wed Aug 27 17:06:35 2008 +0200
adjust to the new ResourceChanged signal
diff --git a/src/zhone b/src/zhone
index 450e670..d00c366 100755
--- a/src/zhone
+++ b/src/zhone
@@ -2035,9 +2035,9 @@ class DBusObject( object ):
self.fullinit = True
return self.fullinit
- def cbResourceChanged( self, resourcename ):
+ def cbResourceChanged( self, resourcename, state, attributes ):
for cb in self.onResourceChanged:
- cb( resourcename=resourcename )
+ cb( resourcename=resourcename, state=state, attributes=attributes )
def cbAccuracyChanged( self, fields, pdop, hdop, vdop ):
for cb in self.onAccuracyChanged:
--
freesmartphone.org demo GUI
More information about the pkg-fso-commits
mailing list