From 2f0897fe50112b5e8ec11e37949077e5fd72fc38 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 21 Dec 2010 00:33:29 -0800 Subject: [PATCH] Enable icon disk cache by default. --- src/widgets/icon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index 3e0746edf..bfdf2d3b9 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -1330,7 +1330,7 @@ bool IconImpl::prerenderIcon(gchar const *name, GtkIconSize lsize, unsigned psiz { bool loadNeeded = false; static bool dump = Inkscape::Preferences::get()->getBool("/debug/icons/dumpGtk"); - static bool useCache = Inkscape::Preferences::get()->getBool("/debug/icons/useCache"); + static bool useCache = Inkscape::Preferences::get()->getBool("/debug/icons/useCache", true); static bool cacheValidated = false; if (!cacheValidated) { cacheValidated = true; -- 2.30.2