diff options
Diffstat (limited to 'src/ephy-completion-model.c')
-rw-r--r-- | src/ephy-completion-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index e09657607..ec5bd3aaf 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -412,7 +412,7 @@ ephy_completion_model_get_value (GtkTreeModel *tree_model, static guint ephy_completion_model_get_flags (GtkTreeModel *tree_model) { - return 0; + return GTK_TREE_MODEL_ITERS_PERSIST | GTK_TREE_MODEL_LIST_ONLY; } static gboolean |