[gimp/soc-2009-dynamics] Use the newly added dynamics paths



commit b550fc9f651aec1aa9c7aef2f78351c3782f6aad
Author: Michael Natterer <mitch gimp org>
Date:   Sun Oct 11 01:33:14 2009 +0200

    Use the newly added dynamics paths

 app/core/gimp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimp.c b/app/core/gimp.c
index 9fa1027..63dbb17 100644
--- a/app/core/gimp.c
+++ b/app/core/gimp.c
@@ -591,7 +591,7 @@ gimp_real_initialize (Gimp               *gimp,
   gimp->dynamics_factory =
     gimp_data_factory_new (gimp,
                            GIMP_TYPE_DYNAMICS,
-                           "brush-path", "brush-path-writable",
+                           "dynamics-path", "dynamics-path-writable",
                            dynamics_loader_entries,
                            G_N_ELEMENTS (dynamics_loader_entries),
                            gimp_dynamics_new,



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