[epiphany/history-rewrite: 7/13] Retrieve the host id from the right column
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/history-rewrite: 7/13] Retrieve the host id from the right column
- Date: Mon, 5 Mar 2012 14:42:48 +0000 (UTC)
commit 340079e73f98d63a39b215c22964f333e375b324
Author: Claudio Saavedra <csaavedra igalia com>
Date: Thu Mar 1 15:37:29 2012 +0200
Retrieve the host id from the right column
lib/history/ephy-history-service-urls-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-urls-table.c b/lib/history/ephy-history-service-urls-table.c
index fe8d0d5..5473894 100644
--- a/lib/history/ephy-history-service-urls-table.c
+++ b/lib/history/ephy-history-service-urls-table.c
@@ -209,7 +209,7 @@ create_url_from_statement (EphySQLiteStatement *statement)
url->id = ephy_sqlite_statement_get_column_as_int (statement, 0);
url->host = ephy_history_host_new (NULL, NULL, 0, 1.0);
- url->host->id = ephy_sqlite_statement_get_column_as_int (statement, 7);
+ url->host->id = ephy_sqlite_statement_get_column_as_int (statement, 6);
return url;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]