[epiphany/history-rewrite-second: 19/23] EphyHistoryQuery: copy the limit too
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/history-rewrite-second: 19/23] EphyHistoryQuery: copy the limit too
- Date: Tue, 10 Jan 2012 17:25:01 +0000 (UTC)
commit 3ada37c7b9d159785e0a2687721cded7a617d0b1
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]