Fix callback function name in open with dialog

This commit is contained in:
Ilya Fedin 2021-01-04 14:21:53 +04:00 committed by John Preston
parent 99af2a7058
commit 5affb168a2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ OpenWithDialog::OpenWithDialog(const QString &filepath)
g_signal_connect_swapped(
_gtkWidget,
"response",
G_CALLBACK(handleAppChooserResponse),
G_CALLBACK(handleResponse),
this);
}