aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-01 15:23:30 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-08-02 06:13:37 +0800
commitbf64be0779c1e2a134216db94f571ebc7733da7e (patch)
treec977c5b986c6d9cf21f88251043baa9715c6bd14 /lib
parent68faad97d0b8d8b4a6ca24583cce654c775ec87a (diff)
downloadgsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar.gz
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar.bz2
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar.lz
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar.xz
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.tar.zst
gsoc2013-epiphany-bf64be0779c1e2a134216db94f571ebc7733da7e.zip
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
Diffstat (limited to 'lib')
-rw-r--r--lib/history/ephy-history-service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/history/ephy-history-service.c b/lib/history/ephy-history-service.c
index 1f20519c1..9c5d72ebb 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;
}