mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
GDbusActionGroup: always set strict when _query_action fails
This commit is contained in:
parent
4b66dc1ca6
commit
1354ef2540
@ -360,6 +360,7 @@ g_dbus_action_group_query_action (GActionGroup *g_group,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_dbus_action_group_async_init (group);
|
g_dbus_action_group_async_init (group);
|
||||||
|
group->strict = TRUE;
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user