From 4e54ac9cdd641eeb402b2f6778446da3aaeec15e Mon Sep 17 00:00:00 2001 From: Ell Date: Mon, 17 Dec 2018 06:31:42 -0500 Subject: [PATCH] app: update definition of "{cache,swap}-compressed" dashboard vars Update the definition of the "cache-compressed" and "swap- compressed" dashboard variables, to reflect the changes made by GEGL commit gegl@dc22e997757ab91c180244d5290d094d2ea8572f. (cherry picked from commit fda53f9c18b0fbdf805b523409641a95e39ebbd1) --- app/widgets/gimpdashboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/widgets/gimpdashboard.c b/app/widgets/gimpdashboard.c index 4aca3fb23a..bd2feb5c5f 100644 --- a/app/widgets/gimpdashboard.c +++ b/app/widgets/gimpdashboard.c @@ -484,7 +484,7 @@ static const VariableInfo variables[] = .type = VARIABLE_TYPE_SIZE_RATIO, .sample_func = gimp_dashboard_sample_gegl_stats, .data = "tile-cache-total\0" - "tile-cache-total-uncloned" + "tile-cache-total-uncompressed" }, [VARIABLE_CACHE_HIT_MISS] = @@ -610,7 +610,7 @@ static const VariableInfo variables[] = .type = VARIABLE_TYPE_SIZE_RATIO, .sample_func = gimp_dashboard_sample_gegl_stats, .data = "swap-total\0" - "swap-total-uncloned" + "swap-total-uncompressed" },