[epiphany] ephy-history-service: prevent double call to execute_quit()
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-history-service: prevent double call to execute_quit()
- Date: Wed, 1 Aug 2012 22:14:11 +0000 (UTC)
commit bf64be0779c1e2a134216db94f571ebc7733da7e
Author: Claudio Saavedra <csaavedra igalia com>
Date: Wed Aug 1 09:23:30 2012 +0200
ephy-history-service: prevent double call to execute_quit()
execute_quit() is called already when the QUIT message is received,
there is no need to call it after the thread loop quits.
https://bugzilla.gnome.org/show_bug.cgi?id=680529
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 1f20519..9c5d72e 100644
--- a/lib/history/ephy-history-service.c
+++ b/lib/history/ephy-history-service.c
@@ -382,7 +382,6 @@ run_history_service_thread (EphyHistoryService *self)
} while (!ephy_history_service_is_scheduled_to_quit (self));
ephy_history_service_close_database_connections (self);
- ephy_history_service_execute_quit (self, NULL, NULL);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]