[geary/wip/765516-gtk-widget-conversation-viewer: 62/80] Load the avatar cache on startup to ensure it is being loaded.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 62/80] Load the avatar cache on startup to ensure it is being loaded.
- Date: Thu, 16 Jun 2016 04:18:02 +0000 (UTC)
commit 3290a9540a96f2527efdab6d2113e6ff3079d28e
Author: Michael James Gratton <mike vee net>
Date: Fri Apr 22 15:56:25 2016 +1000
Load the avatar cache on startup to ensure it is being loaded.
src/client/application/geary-controller.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/client/application/geary-controller.vala b/src/client/application/geary-controller.vala
index 4264a90..7a01c0b 100644
--- a/src/client/application/geary-controller.vala
+++ b/src/client/application/geary-controller.vala
@@ -203,6 +203,7 @@ public class GearyController : Geary.BaseObject {
avatar_cache_dir.get_path(),
Soup.CacheType.SINGLE_USER
);
+ avatar_cache.load();
avatar_cache.set_max_size(4 * 1024 * 1024); // 4MB
avatar_session = new Soup.Session.with_options(
Soup.SESSION_USER_AGENT, "Geary/" + GearyApplication.VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]