diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-completion-model.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index f407bb45b..b8f75bce6 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -289,11 +289,11 @@ init_text_col (GValue *value, EphyNode *node, int group) { case BOOKMARKS_GROUP: text = ephy_node_get_property_string - (node, EPHY_NODE_PAGE_PROP_TITLE); + (node, EPHY_NODE_BMK_PROP_LOCATION); break; case HISTORY_GROUP: text = ephy_node_get_property_string - (node, EPHY_NODE_BMK_PROP_LOCATION); + (node, EPHY_NODE_PAGE_PROP_LOCATION); break; default: |