From 5affb168a27dd5342b5f30a06020ec48e3ce6e03 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 4 Jan 2021 14:21:53 +0400 Subject: [PATCH] Fix callback function name in open with dialog --- Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp b/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp index c5c1d0e72c..1c09e2edd6 100644 --- a/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/file_utilities_linux.cpp @@ -76,7 +76,7 @@ OpenWithDialog::OpenWithDialog(const QString &filepath) g_signal_connect_swapped( _gtkWidget, "response", - G_CALLBACK(handleAppChooserResponse), + G_CALLBACK(handleResponse), this); }