aboutsummaryrefslogtreecommitdiffstats
path: root/lib/history/ephy-history-types.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/history/ephy-history-types.c')
-rw-r--r--lib/history/ephy-history-types.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-types.c b/lib/history/ephy-history-types.c
index 0afd1908e..c003e04b2 100644
--- a/lib/history/ephy-history-types.c
+++ b/lib/history/ephy-history-types.c
@@ -210,6 +210,7 @@ ephy_history_query_copy (EphyHistoryQuery *query)
copy->to = query->to;
copy->limit = query->limit;
copy->sort_type = query->sort_type;
+ copy->host = query->host;
for (iter = query->substring_list; iter != NULL; iter = iter->next) {
copy->substring_list = g_list_prepend (copy->substring_list, g_strdup (iter->data));