aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-object-enum-types.c.template4
-rw-r--r--libindicator/indicator-object-enum-types.h.template2
2 files changed, 3 insertions, 3 deletions
diff --git a/libindicator/indicator-object-enum-types.c.template b/libindicator/indicator-object-enum-types.c.template
index dd7d595..e5b3352 100644
--- a/libindicator/indicator-object-enum-types.c.template
+++ b/libindicator/indicator-object-enum-types.c.template
@@ -3,8 +3,8 @@
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
-#include "@filename@"
+/* enumerations from "@basename@" */
+#include "@basename@"
/*** END file-production ***/
/*** BEGIN value-header ***/
diff --git a/libindicator/indicator-object-enum-types.h.template b/libindicator/indicator-object-enum-types.h.template
index 07175a0..2ac8ef8 100644
--- a/libindicator/indicator-object-enum-types.h.template
+++ b/libindicator/indicator-object-enum-types.h.template
@@ -10,7 +10,7 @@ G_BEGIN_DECLS
/*** END file-header ***/
/*** BEGIN file-production ***/
-/* enumerations from "@filename@" */
+/* enumerations from "@basename@" */
/*** END file-production ***/
/*** BEGIN file-tail ***/