Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2007-07-16 21:02:40 (GMT)
committer Dan Winship <danw@gnome.org>2007-07-16 21:02:40 (GMT)
commit394260517ca2849a80d0f8fa67d3c2d370e5cd92 (patch)
tree66c3255793f242ced00006e34a70f1a49b9c8e17
parent775729e91834698e3534f1846ca64faf3c66c159 (diff)
don't try to send None over D-Bus. (fixes at least a warning and probably more)
-rw-r--r--src/buddy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buddy.py b/src/buddy.py
index e6c826d..f93f2e1 100644
--- a/src/buddy.py
+++ b/src/buddy.py
@@ -692,6 +692,7 @@ class GenericOwner(Buddy):
# connection - need to make sure clients are OK with this
# (at the moment, PS isn't!)
cur_activity = ""
+ cur_activity_handle = 0
_logger.debug("Setting current activity to '%s' (handle %s)",
cur_activity, cur_activity_handle)