mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +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:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user