[gimp] Bug 607140 - Tags not saved for Paint Dynamics resources on GIMP restart



commit a6d052f77464b00d832f0600e74c7960ee13e0c4
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jan 31 11:31:19 2010 +0100

    Bug 607140 - Tags not saved for Paint Dynamics resources on GIMP restart
    
    (gimp_restore): add the dynamics container to the tag cache.

 app/core/gimp.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/core/gimp.c b/app/core/gimp.c
index d741cb9..802e151 100644
--- a/app/core/gimp.c
+++ b/app/core/gimp.c
@@ -955,6 +955,8 @@ gimp_restore (Gimp               *gimp,
   gimp_tag_cache_add_container (gimp->tag_cache,
                                 gimp_data_factory_get_container (gimp->brush_factory));
   gimp_tag_cache_add_container (gimp->tag_cache,
+                                gimp_data_factory_get_container (gimp->dynamics_factory));
+  gimp_tag_cache_add_container (gimp->tag_cache,
                                 gimp_data_factory_get_container (gimp->pattern_factory));
   gimp_tag_cache_add_container (gimp->tag_cache,
                                 gimp_data_factory_get_container (gimp->gradient_factory));



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