[gimp/metadata-browser] app: fix meta-data registration in TileSource op
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: fix meta-data registration in TileSource op
- Date: Wed, 12 Sep 2012 23:01:08 +0000 (UTC)
commit 204c72efda79d7ba84e38a83b243d242dba09ab0
Author: Ãyvind KolÃs <pippin gimp org>
Date: Thu Mar 29 22:40:30 2012 +0100
app: fix meta-data registration in TileSource op
app/gegl/gimpoperationtilesource.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/gegl/gimpoperationtilesource.c b/app/gegl/gimpoperationtilesource.c
index 5ca9c18..8f10d4d 100644
--- a/app/gegl/gimpoperationtilesource.c
+++ b/app/gegl/gimpoperationtilesource.c
@@ -79,9 +79,9 @@ gimp_operation_tile_source_class_init (GimpOperationTileSourceClass *klass)
object_class->get_property = gimp_operation_tile_source_get_property;
gegl_operation_class_set_keys (operation_class,
- "name" "gimp:tilemanager-source",
- "categories" "input",
- "description" "GIMP TileManager source",
+ "name", "gimp:tilemanager-source",
+ "categories", "input",
+ "description", "GIMP TileManager source",
NULL);
operation_class->prepare = gimp_operation_tile_source_prepare;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]