file chooser entry: Fix a crash

The ::focus-out signal signature has changed. Adapt.
This commit is contained in:
Matthias Clasen 2019-03-28 18:55:36 -04:00
parent eaae9650d9
commit 7222bda146

View File

@ -260,6 +260,8 @@ match_func (GtkEntryCompletion *compl,
static void
chooser_entry_focus_out (GtkEventControllerKey *key_controller,
GdkCrossingMode mode,
GdkNotifyType detail,
GtkFileChooserEntry *chooser_entry)
{
set_complete_on_load (chooser_entry, FALSE);