aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-completion-model.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@src.gnome.org>2008-08-14 18:50:27 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2008-08-14 18:50:27 +0800
commitc3463bf64ddd607326384f6134fc38b9710887b8 (patch)
tree0067ea03bc45bcc089b220c4df651ee8ccd947ac /src/ephy-completion-model.h
parent08f119db46c4de4d5d52f40563f427f830783f7e (diff)
downloadgsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar
gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.gz
gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.bz2
gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.lz
gsoc2013-epiphany-c3463bf64ddd607326384f6134fc38b9710887b8.tar.xz
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.h2
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;