summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-04-21 12:45:36 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-05-04 15:28:47 +0100
commit94de2830461dd828eff5df31e8bf4e60f78ccf2d (patch)
tree449b30d939e2551ae109ed1525cd7600badc7400
parentd830cae86f8979bad772e8217b247a3a25c0dfbd (diff)
downloadtelepathy-mission-control-94de2830461dd828eff5df31e8bf4e60f78ccf2d.tar.gz
People mght be interested in an invalid signal, so don't claim it
-rw-r--r--src/client-registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client-registry.c b/src/client-registry.c
index f0947089..796f7ea0 100644
--- a/src/client-registry.c
+++ b/src/client-registry.c
@@ -328,7 +328,7 @@ mcd_client_registry_name_owner_filter (DBusConnection *conn,
/* could not unpack args -> invalid -> stop processing right here */
if (!ok)
- return DBUS_HANDLER_RESULT_HANDLED;
+ return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
if (tp_str_empty (old_owner) && !tp_str_empty (new_owner))
_mcd_client_registry_found_name (self, dbus_name, new_owner, FALSE);