[glib: 2/7] gdebugcontrollerdbus: Fix a typo in a D-Bus interface name
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 2/7] gdebugcontrollerdbus: Fix a typo in a D-Bus interface name
- Date: Tue, 15 Feb 2022 12:47:51 +0000 (UTC)
commit a03920152f3445ce0c02f22e900ea2e6b6c0d2bc
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Feb 10 19:23:21 2022 +0000
gdebugcontrollerdbus: Fix a typo in a D-Bus interface name
This was preventing `PropertiesChanged` signals from working.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Helps: #1190
gio/gdebugcontrollerdbus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gdebugcontrollerdbus.c b/gio/gdebugcontrollerdbus.c
index 9085620b4..d58b03c76 100644
--- a/gio/gdebugcontrollerdbus.c
+++ b/gio/gdebugcontrollerdbus.c
@@ -131,7 +131,7 @@ set_debug_enabled (GDebugControllerDBus *self,
g_dbus_connection_emit_signal (priv->connection,
NULL,
"/org/gtk/Debugging",
- "org.gtk.DBus.Properties",
+ "org.freedesktop.DBus.Properties",
"PropertiesChanged",
g_variant_new ("(sa{sv}as)",
"org.gtk.Debugging",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]