summaryrefslogtreecommitdiffstats
path: root/bus/signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/signals.c')
-rw-r--r--bus/signals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/signals.c b/bus/signals.c
index eedeff6f..e4e43c34 100644
--- a/bus/signals.c
+++ b/bus/signals.c
@@ -1130,7 +1130,7 @@ match_rule_matches (BusMatchRule *rule,
if (sender == NULL)
{
if (strcmp (rule->sender,
- DBUS_SERVICE_ORG_FREEDESKTOP_DBUS) != 0)
+ DBUS_SERVICE_DBUS) != 0)
return FALSE;
}
else
@@ -1153,7 +1153,7 @@ match_rule_matches (BusMatchRule *rule,
if (addressed_recipient == NULL)
{
if (strcmp (rule->destination,
- DBUS_SERVICE_ORG_FREEDESKTOP_DBUS) != 0)
+ DBUS_SERVICE_DBUS) != 0)
return FALSE;
}
else