From 787631de022b3ae288a8fabfa1b5055100a610e3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 10 Feb 2004 17:59:45 +0000 Subject: Show the title of the bookmark, not the address 2004-02-10 Marco Pesenti Gritti * src/ephy-completion-model.c: (init_text_col): Show the title of the bookmark, not the address --- src/ephy-completion-model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-completion-model.c') diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index 651afe882..3f840d43d 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -289,7 +289,7 @@ init_text_col (GValue *value, EphyNode *node, int group) { case BOOKMARKS_GROUP: text = ephy_node_get_property_string - (node, EPHY_NODE_BMK_PROP_LOCATION); + (node, EPHY_NODE_BMK_PROP_TITLE); break; case HISTORY_GROUP: text = ephy_node_get_property_string -- cgit v1.2.3