forked from AuroraMiddleware/gtk
file chooser entry: Fix a crash
The ::focus-out signal signature has changed. Adapt.
This commit is contained in:
parent
eaae9650d9
commit
7222bda146
@ -260,6 +260,8 @@ match_func (GtkEntryCompletion *compl,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
chooser_entry_focus_out (GtkEventControllerKey *key_controller,
|
chooser_entry_focus_out (GtkEventControllerKey *key_controller,
|
||||||
|
GdkCrossingMode mode,
|
||||||
|
GdkNotifyType detail,
|
||||||
GtkFileChooserEntry *chooser_entry)
|
GtkFileChooserEntry *chooser_entry)
|
||||||
{
|
{
|
||||||
set_complete_on_load (chooser_entry, FALSE);
|
set_complete_on_load (chooser_entry, FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user