Hi, here is a small patch to remove the warning TypeError.
greets Michael
diff -urN --exclude=.git remoko/debian/changelog remoko.changed/debian/changelog --- remoko/debian/changelog 2008-12-20 11:05:55.000000000 +0100 +++ remoko.changed/debian/changelog 2008-12-20 12:17:07.000000000 +0100 @@ -1,3 +1,10 @@ +remoko (0~svn20080828+nmu1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * cbResourceChanged gets four parameters. + + -- Michael Kurz <[email protected]> Sat, 20 Dec 2008 12:13:09 +0100 + remoko (0~svn20080828) UNRELEASED; urgency=low * Depend on bluez-utils (thx to Michael for the hint) diff -urN --exclude=.git remoko/remoko/remoko remoko.changed/remoko/remoko --- remoko/remoko/remoko 2008-12-20 11:05:55.000000000 +0100 +++ remoko.changed/remoko/remoko 2008-12-19 21:29:25.000000000 +0100 @@ -1898,7 +1898,7 @@ return self.fullinit - def cbResourceChanged( self, resourcename ): + def cbResourceChanged( self, resourcename, UNUSED_state, UNUSED_attributes ): for cb in self.onResourceChanged: cb( resourcename=resourcename )
_______________________________________________ Smartphones-userland mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland
