src/popover.c: Change 'ControlCenter' to 'Settings'

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/616>
This commit is contained in:
MoonlightWave-12
2024-03-08 14:46:12 +01:00
parent bdcf23750d
commit bc43abdb02

View File

@ -59,8 +59,8 @@ popover_open_settings_panel (char *panel)
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
G_DBUS_PROXY_FLAGS_NONE,
NULL,
"org.gnome.ControlCenter",
"/org/gnome/ControlCenter",
"org.gnome.Settings",
"/org/gnome/Settings",
"org.gtk.Actions",
NULL,
(GAsyncReadyCallback) create_dbus_proxy_cb,