mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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
This commit is contained in:
parent
29edfc1169
commit
a03920152f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user