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:
@@ -76,7 +76,7 @@ OpenWithDialog::OpenWithDialog(const QString &filepath)
|
||||
g_signal_connect_swapped(
|
||||
_gtkWidget,
|
||||
"response",
|
||||
G_CALLBACK(handleAppChooserResponse),
|
||||
G_CALLBACK(handleResponse),
|
||||
this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user