Attached is a teeny tiny patch that fixes a problem I found in the recordserver.py, RecordServer.adjustPriority in CVS.


It's simply a missing "self dot" qualification when getFavorite is called.


-Ross
574c574
<         (status, me) = getFavorite(favname)
---
>         (status, me) = self.getFavorite(favname)

Reply via email to