2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-18 14:00:09 +00:00

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

View File

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