[gimp] app: update definition of "{cache, swap}-compressed" dashboard vars



commit fda53f9c18b0fbdf805b523409641a95e39ebbd1
Author: Ell <ell_se yahoo com>
Date:   Mon Dec 17 06:31:42 2018 -0500

    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.

 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 2059974508..94d75184ef 100644
--- a/app/widgets/gimpdashboard.c
+++ b/app/widgets/gimpdashboard.c
@@ -477,7 +477,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] =
@@ -603,7 +603,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"
   },
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]