[epiphany/in-tab-overview: 14/24] ephy-history-service-urls-table: add new rows to the table
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/in-tab-overview: 14/24] ephy-history-service-urls-table: add new rows to the table
- Date: Thu, 23 Aug 2012 16:04:53 +0000 (UTC)
commit d2810d89920917641cc98e8f9a3e573d919b613d
Author: Claudio Saavedra <csaavedra igalia com>
Date: Sun Aug 12 19:01:33 2012 +0300
ephy-history-service-urls-table: add new rows to the table
These rows store information relevant to the overview: the update time
of the url's thumbnail and wheter the url should be hidden from the
overview's frecent view.
lib/history/ephy-history-service-urls-table.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c
index e5fd211..8f54dd3 100644
--- a/lib/history/ephy-history-service-urls-table.c
+++ b/lib/history/ephy-history-service-urls-table.c
@@ -40,7 +40,9 @@ ephy_history_service_initialize_urls_table (EphyHistoryService *self)
"title LONGVARCAR,"
"visit_count INTEGER DEFAULT 0 NOT NULL,"
"typed_count INTEGER DEFAULT 0 NOT NULL,"
- "last_visit_time INTEGER)", &error);
+ "last_visit_time INTEGER,"
+ "thumbnail_update_time INTEGER DEFAULT 0,"
+ "hidden_from_overview INTEGER DEFAULT 0)", &error);
if (error) {
g_error("Could not create urls table: %s", error->message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]