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 60996313c..cf7f1e93f 100644 --- a/src/ephy-completion-model.h +++ b/src/ephy-completion-model.h @@ -40,9 +40,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 ed9eae8c7..f1190822d 100644 --- a/src/ephy-location-action.c +++ b/src/ephy-location-action.c @@ -460,9 +460,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, |