extensions-tool: Use OpenExtensionPrefs() method
LaunchExtensionPrefs() was deprecated in commit fda938175e
,
so switch to the replacement.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1097
This commit is contained in:
parent
7d94bfa642
commit
7f6e2ff36b
@ -60,8 +60,8 @@ launch_extension_prefs (const char *uuid)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
g_dbus_proxy_call_sync (proxy,
|
g_dbus_proxy_call_sync (proxy,
|
||||||
"LaunchExtensionPrefs",
|
"OpenExtensionPrefs",
|
||||||
g_variant_new ("(s)", uuid),
|
g_variant_new ("(ssa{sv})", uuid, "", NULL),
|
||||||
0,
|
0,
|
||||||
-1,
|
-1,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user