diff options
author | António Fernandes <antoniof@gnome.org> | 2022-12-25 01:12:18 +0000 |
---|---|---|
committer | António Fernandes <antoniof@gnome.org> | 2022-12-25 01:12:18 +0000 |
commit | e9b41d50565152bc30d44512284c228fa4dca9ea (patch) | |
tree | cdce64ea41407e7b8c154f156b0685be838a9c2e | |
parent | c11e3977d01fbbef9394728fc592022690be3413 (diff) | |
download | nautilus-e9b41d50565152bc30d44512284c228fa4dca9ea.tar.gz |
take_2
-rw-r--r-- | src/nautilus-location-entry.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/nautilus-location-entry.c b/src/nautilus-location-entry.c index f32cfeebc..09293c715 100644 --- a/src/nautilus-location-entry.c +++ b/src/nautilus-location-entry.c @@ -575,13 +575,7 @@ after_text_change (NautilusLocationEntry *self, * but don't insert the completion into the entry. */ priv->idle_insert_completion = insert; - /* Do the expand at idle time to avoid slowing down typing when the - * directory is large. */ - if (priv->idle_id == 0) - { - priv->idle_id = g_idle_add_full (G_PRIORITY_HIGH, - update_completions_store, self, NULL); - } + update_completions_store (self); } static void |