mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +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
|
||||
{
|
||||
g_dbus_action_group_async_init (group);
|
||||
group->strict = TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user