Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/balloongame.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-11-25 13:59:58 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-11-25 14:06:25 (GMT)
commit3d94d65dc2ea3042d1e105bd097878126921d18e (patch)
tree364e1b713ce60611aa512aa05b1ba89a50473b8e /balloongame.py
parent49f8f957d54ee5f8dca902548e47333216beece2 (diff)
Remove use of deprecated presenceservice
Use sugar.profile instead Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'balloongame.py')
-rw-r--r--balloongame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/balloongame.py b/balloongame.py
index 5c36a15..56a6a34 100644
--- a/balloongame.py
+++ b/balloongame.py
@@ -253,7 +253,7 @@ class BalloonGame(gtk.VBox):
'lesson': self.lesson['name'],
'type': got_medal,
'date': datetime.date.today().strftime('%B %d, %Y'),
- 'nick': self.activity.owner.props.nick,
+ 'nick': self.activity.nick,
'score': self.score
}
self.medal = medal