Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/Buddy.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-170/+170
|
* Fix Buddy object's get_service_of_type() methodDan Williams2006-10-201-2/+5
| | | | | | This call would always fail for activity services because the dbus bindings for it did not pass in the activity at all. Fix that.
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
|
* Fix signal argsDan Williams2006-09-271-1/+1
|
*