[epiphany] history-service: Don't schedule commit after clearing history
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] history-service: Don't schedule commit after clearing history
- Date: Sun, 19 Feb 2017 15:56:52 +0000 (UTC)
commit 492b0fce565b3517ae65a4484e2fb9413b953426
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Feb 19 08:57:04 2017 -0600
history-service: Don't schedule commit after clearing history
Now that clear all is implemented by deleting the database file, there's
no longer any need to schedule a commit here.
https://bugzilla.gnome.org/show_bug.cgi?id=778649
lib/history/ephy-history-service.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index 22eaa5d..78cb095 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -1169,7 +1169,6 @@ ephy_history_service_execute_clear (EphyHistoryService *self,
return FALSE;
ephy_history_service_clear_all (self);
- ephy_history_service_schedule_commit (self);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]