diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 3 |
1 files changed, 2 insertions, 1 deletions
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); |