From: Jon A. Cruz Date: Tue, 21 Dec 2010 08:33:29 +0000 (-0800) Subject: Enable icon disk cache by default. X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=commitdiff_plain;h=2f0897fe50112b5e8ec11e37949077e5fd72fc38 Enable icon disk cache by default. --- 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;