[gimp/soc-2009-dynamics] Some formatting cleanup
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp/soc-2009-dynamics] Some formatting cleanup
- Date: Sat, 10 Oct 2009 22:21:36 +0000 (UTC)
commit 5c1a9497f0b42772e4939c8003d6ce8c335626c8
Author: Michael Natterer <mitch gimp org>
Date: Sun Oct 11 00:08:24 2009 +0200
Some formatting cleanup
app/core/gimp.c | 13 +++++--------
1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/app/core/gimp.c b/app/core/gimp.c
index a115f49..9fa1027 100644
--- a/app/core/gimp.c
+++ b/app/core/gimp.c
@@ -57,7 +57,8 @@
#include "gimpbuffer.h"
#include "gimpcontext.h"
#include "gimpdatafactory.h"
-#include "gimptagcache.h"
+#include "gimpdynamics.h"
+#include "gimpdynamics-load.h"
#include "gimpdocumentlist.h"
#include "gimpgradient-load.h"
#include "gimpgradient.h"
@@ -72,13 +73,10 @@
#include "gimppattern.h"
#include "gimppatternclipboard.h"
#include "gimpprogress.h"
+#include "gimptagcache.h"
#include "gimptemplate.h"
#include "gimptoolinfo.h"
-#include "gimpdynamics.h"
-#include "gimpdynamics-load.h"
-
-
#include "gimp-intl.h"
@@ -547,7 +545,7 @@ gimp_real_initialize (Gimp *gimp,
static const GimpDataFactoryLoaderEntry dynamics_loader_entries[] =
{
- { gimp_dynamics_load, GIMP_DYNAMICS_FILE_EXTENSION, TRUE }
+ { gimp_dynamics_load, GIMP_DYNAMICS_FILE_EXTENSION, TRUE }
};
static const GimpDataFactoryLoaderEntry pattern_loader_entries[] =
@@ -590,7 +588,6 @@ gimp_real_initialize (Gimp *gimp,
gimp_object_set_static_name (GIMP_OBJECT (gimp->brush_factory),
"brush factory");
-
gimp->dynamics_factory =
gimp_data_factory_new (gimp,
GIMP_TYPE_DYNAMICS,
@@ -923,7 +920,7 @@ gimp_restore (Gimp *gimp,
status_callback (NULL, _("Brushes"), 0.1);
gimp_data_factory_data_init (gimp->brush_factory, gimp->no_data);
- /* initialize the list of gimp dynamics */
+ /* initialize the list of gimp dynamics */
status_callback (NULL, _("Dynamics"), 0.2);
gimp_data_factory_data_init (gimp->dynamics_factory, gimp->no_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]