Merge branch 'change-controlcenter-to-settings' into 'master'
src/popover.c: Change 'ControlCenter' to 'Settings' Closes #335 See merge request World/Phosh/squeekboard!616
This commit is contained in:
@ -59,8 +59,8 @@ popover_open_settings_panel (char *panel)
|
|||||||
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
|
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
|
||||||
G_DBUS_PROXY_FLAGS_NONE,
|
G_DBUS_PROXY_FLAGS_NONE,
|
||||||
NULL,
|
NULL,
|
||||||
"org.gnome.ControlCenter",
|
"org.gnome.Settings",
|
||||||
"/org/gnome/ControlCenter",
|
"/org/gnome/Settings",
|
||||||
"org.gtk.Actions",
|
"org.gtk.Actions",
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback) create_dbus_proxy_cb,
|
(GAsyncReadyCallback) create_dbus_proxy_cb,
|
||||||
|
|||||||
Reference in New Issue
Block a user