diff options
Diffstat (limited to 'src/ephy-completion-model.h')
-rw-r--r-- | src/ephy-completion-model.h | 2 |
1 files changed, 1 insertions, 1 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; |