diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/history/ephy-history-types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/history/ephy-history-types.c b/lib/history/ephy-history-types.c index 1a8fc4380..ad91e409b 100644 --- a/lib/history/ephy-history-types.c +++ b/lib/history/ephy-history-types.c @@ -208,6 +208,7 @@ ephy_history_query_copy (EphyHistoryQuery *query) EphyHistoryQuery *copy = ephy_history_query_new (); copy->from = query->from; copy->to = query->to; + copy->limit = query->limit; for (iter = query->substring_list; iter != NULL; iter = iter->next) { copy->substring_list = g_list_prepend (copy->substring_list, g_strdup (iter->data)); |