diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-14 18:50:27 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-08-14 18:50:27 +0800 |
commit | c3463bf64ddd607326384f6134fc38b9710887b8 (patch) | |
tree | 0067ea03bc45bcc089b220c4df651ee8ccd947ac /src/ephy-completion-model.h | |
parent | 08f119db46c4de4d5d52f40563f427f830783f7e (diff) | |
download | gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.gz gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.zst gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.zip |
Make the order in which we name the cols consistent.
Just a minor reordering of *_col variables, no code changed.
svn path=/trunk/; revision=8414
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; |