aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-completion-model.c2
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