[gegl] s/_/-/ in op filenames
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] s/_/-/ in op filenames
- Date: Thu, 26 May 2011 17:47:10 +0000 (UTC)
commit 1d83ff2aa66af4915687868182aaa9f39387c8ea
Author: �yvind Kolås <pippin gimp org>
Date: Thu May 26 18:46:33 2011 +0100
s/_/-/ in op filenames
This will cause warnings about registering ops of the same name from multiple
plugins,. the user will have to clean out the old offenders.
.../common/{map_absolute.c => map-absolute.c} | 2 +-
.../common/{map_relative.c => map-relative.c} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/map_absolute.c b/operations/common/map-absolute.c
similarity index 99%
rename from operations/common/map_absolute.c
rename to operations/common/map-absolute.c
index 95a184a..d913035 100644
--- a/operations/common/map_absolute.c
+++ b/operations/common/map-absolute.c
@@ -33,7 +33,7 @@
#else
#define GEGL_CHANT_TYPE_COMPOSER
-#define GEGL_CHANT_C_FILE "map_absolute.c"
+#define GEGL_CHANT_C_FILE "map-absolute.c"
#include "gegl-chant.h"
diff --git a/operations/common/map_relative.c b/operations/common/map-relative.c
similarity index 99%
rename from operations/common/map_relative.c
rename to operations/common/map-relative.c
index b79fe16..fd6bb8b 100644
--- a/operations/common/map_relative.c
+++ b/operations/common/map-relative.c
@@ -37,7 +37,7 @@ gegl_chant_double (scaling, _("Scaling"), 0.0, 5000.0, 1.0,
#else
#define GEGL_CHANT_TYPE_COMPOSER
-#define GEGL_CHANT_C_FILE "map_relative.c"
+#define GEGL_CHANT_C_FILE "map-relative.c"
#include "gegl-chant.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]