[epiphany/wip/history-rewrite: 6/14] Fix typo
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/history-rewrite: 6/14] Fix typo
- Date: Tue, 6 Mar 2012 20:24:29 +0000 (UTC)
commit d5daf99b2cdaaa48a41e13dedbce6c4eb48d1e21
Author: Claudio Saavedra <csaavedra igalia com>
Date: Fri Mar 2 21:21:39 2012 +0200
Fix typo
lib/history/ephy-history-service-visits-table.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service-visits-table.c b/lib/history/ephy-history-service-visits-table.c
index b14aa42..5b88b0f 100644
--- a/lib/history/ephy-history-service-visits-table.c
+++ b/lib/history/ephy-history-service-visits-table.c
@@ -206,7 +206,7 @@ ephy_history_service_find_visit_rows (EphyHistoryService *self, EphyHistoryQuery
visits = g_list_reverse (visits);
if (error) {
- g_error ("Could not execute urls table query statement: %s", error->message);
+ g_error ("Could not execute visits table query statement: %s", error->message);
g_error_free (error);
g_object_unref (statement);
ephy_history_page_visit_list_free (visits);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]