[gimp/soc-2009-dynamics] Now lets add the dockable it opens. Now gimp_dynamics_editor_new needs to be implemented to actually



commit 7d3f1f0a68a647775dbc360755c032ec2fbe5dfa
Author: Alexia Death <alexiadeath gmail com>
Date:   Thu Jul 30 20:59:08 2009 +0300

    Now lets add the dockable it opens. Now gimp_dynamics_editor_new needs to be implemented to actually have stuff in the dockable.

 app/dialogs/dialogs.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/app/dialogs/dialogs.c b/app/dialogs/dialogs.c
index 942d0d3..3e1f1b4 100644
--- a/app/dialogs/dialogs.c
+++ b/app/dialogs/dialogs.c
@@ -223,6 +223,10 @@ static const GimpDialogFactoryEntry dock_entries[] =
             N_("Brush Editor"), NULL, GIMP_STOCK_BRUSH,
             GIMP_HELP_BRUSH_EDITOR_DIALOG,
             dialogs_brush_editor_get, 0, TRUE),
+  DOCKABLE ("gimp-dynamics-editor",
+            N_("Dynamics Editor"), NULL, GIMP_STOCK_DYNAMICS,
+            GIMP_HELP_DYNAMICS_EDITOR_DIALOG,
+            dialogs_dynamics_editor_get, 0, TRUE),
   DOCKABLE ("gimp-gradient-editor",
             N_("Gradient Editor"), NULL, GIMP_STOCK_GRADIENT,
             GIMP_HELP_GRADIENT_EDITOR_DIALOG,



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