[epiphany/history-rewrite-second: 19/28] EphyHistoryQuery: copy the limit too



commit 2379edca9729a72cd5e503894f070927bedfe7dc
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Jan 10 19:13:28 2012 +0200

    EphyHistoryQuery: copy the limit too

 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 1a8fc43..ad91e40 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));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]