diff options
Diffstat (limited to 'src/ephy-location-action.c')
-rw-r--r-- | src/ephy-location-action.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-location-action.c b/src/ephy-location-action.c index 2f9c8b2cb..5121a631d 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -504,9 +504,9 @@ connect_proxy (GtkAction *action, GtkWidget *proxy) EPHY_COMPLETION_ACTION_COL, EPHY_COMPLETION_KEYWORDS_COL, EPHY_COMPLETION_RELEVANCE_COL, + EPHY_COMPLETION_URL_COL, EPHY_COMPLETION_EXTRA_COL, - EPHY_COMPLETION_FAVICON_COL, - EPHY_COMPLETION_URL_COL); + EPHY_COMPLETION_FAVICON_COL); ephy_location_entry_set_completion_func (EPHY_LOCATION_ENTRY (proxy), completion_func, |