From 394260517ca2849a80d0f8fa67d3c2d370e5cd92 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 16 Jul 2007 21:02:40 +0000 Subject: don't try to send None over D-Bus. (fixes at least a warning and probably more) --- 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) -- cgit v0.9.1