summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
diff options
context:
space:
mode:
authorIlya Fedin <fedin-ilja2010@ya.ru>2021-07-19 21:49:49 +0400
committerJohn Preston <johnprestonmail@gmail.com>2021-07-19 22:31:27 +0300
commitae70dfb1f415cdedef070131f70954a552eb5fa8 (patch)
tree28ec4dfbae428eb7302dfb2f7ab543133384005b /Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
parentd9ea4f31caf1e25b1ac45158aa35d0f13f50c161 (diff)
Return after throwing access denied error
Diffstat (limited to 'Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp')
-rw-r--r--Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp b/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
index 77906be6ee..bb57ebbfb8 100644
--- a/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
+++ b/Telegram/SourceFiles/platform/linux/linux_gtk_integration.cpp
@@ -173,6 +173,7 @@ void GtkIntegration::Private::handleMethodCall(
"Access denied.");
invocation->return_error(error);
+ return;
}
try {