mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-02 05:43:07 +02: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,
|
g_dbus_connection_emit_signal (priv->connection,
|
||||||
NULL,
|
NULL,
|
||||||
"/org/gtk/Debugging",
|
"/org/gtk/Debugging",
|
||||||
"org.gtk.DBus.Properties",
|
"org.freedesktop.DBus.Properties",
|
||||||
"PropertiesChanged",
|
"PropertiesChanged",
|
||||||
g_variant_new ("(sa{sv}as)",
|
g_variant_new ("(sa{sv}as)",
|
||||||
"org.gtk.Debugging",
|
"org.gtk.Debugging",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user