Return after throwing access denied error

This commit is contained in:
Ilya Fedin 2021-07-19 21:49:49 +04:00 committed by John Preston
parent d9ea4f31ca
commit ae70dfb1f4

View file

@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall(
"Access denied.");
invocation->return_error(error);
return;
}
try {