mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
filechooser: Remove a leftover signal emission
Commit 0145809a94
replace the response-requested
signal with an action, but didn't actually remove the emission
of that no-longer-existing signal.
Fixes: #2942
This commit is contained in:
parent
603dd72b09
commit
d1afe32762
@ -5701,7 +5701,6 @@ static void
|
||||
request_response_and_add_to_recent_list (GtkFileChooserWidget *impl)
|
||||
{
|
||||
gtk_widget_activate_action (GTK_WIDGET (impl), "response.activate", NULL);
|
||||
g_signal_emit_by_name (impl, "response-requested");
|
||||
add_selection_to_recent_list (impl);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user