diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-completion-model.h | 2 | ||||
-rw-r--r-- | src/ephy-location-action.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ephy-completion-model.h b/src/ephy-completion-model.h index d3ea816ab..81d0c1f8a 100644 --- a/src/ephy-completion-model.h +++ b/src/ephy-completion-model.h @@ -44,9 +44,9 @@ typedef enum 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, N_COL } EphyCompletionColumn; 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, |