aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-model.c')
-rw-r--r--src/ephy-history-model.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-history-model.c b/src/ephy-history-model.c
index baa948a7d..6c5f5e787 100644
--- a/src/ephy-history-model.c
+++ b/src/ephy-history-model.c
@@ -559,8 +559,7 @@ ephy_history_model_get_value (GtkTreeModel *tree_model,
node = EPHY_NODE (iter->user_data);
if (ephy_node_get_property_int (node, EPHY_NODE_PAGE_PROP_HOST_ID) < 0 &&
- (column == EPHY_HISTORY_MODEL_COL_LOCATION ||
- column == EPHY_HISTORY_MODEL_COL_FIRST_VISIT ||
+ (column == EPHY_HISTORY_MODEL_COL_FIRST_VISIT ||
column == EPHY_HISTORY_MODEL_COL_LAST_VISIT ||
column == EPHY_HISTORY_MODEL_COL_VISITS))
{