mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix callback function name in open with dialog
This commit is contained in:
parent
99af2a7058
commit
5affb168a2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ OpenWithDialog::OpenWithDialog(const QString &filepath)
|
||||||
g_signal_connect_swapped(
|
g_signal_connect_swapped(
|
||||||
_gtkWidget,
|
_gtkWidget,
|
||||||
"response",
|
"response",
|
||||||
G_CALLBACK(handleAppChooserResponse),
|
G_CALLBACK(handleResponse),
|
||||||
this);
|
this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue