From 7bb2d46bde7f24278f1eef01fc97854b870b948f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 17 Dec 2006 19:08:40 +0000 Subject: List title and URL in location entry drop-down. Bug #169550, patch by 2006-12-17 Christian Persch * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): List title and URL in location entry drop-down. Bug #169550, patch by Diego Escalante Urrelo. --- src/ephy-location-action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ephy-location-action.c') diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index df230479c..25af807a5 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -368,7 +368,8 @@ connect_proxy (GtkAction *action, GtkWidget *proxy) EPHY_COMPLETION_TEXT_COL, EPHY_COMPLETION_ACTION_COL, EPHY_COMPLETION_KEYWORDS_COL, - EPHY_COMPLETION_RELEVANCE_COL); + EPHY_COMPLETION_RELEVANCE_COL, + EPHY_COMPLETION_EXTRA_COL); add_completion_actions (action, proxy); -- cgit v1.2.3