[gimp-tiny-fu] Renamed ts-wrapper.* to scheme-wrapper.c



commit 4b56652925a1c078082904d9ba7a2455cfbaa8fc
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Fri Nov 18 23:27:07 2011 -0500

    Renamed ts-wrapper.* to scheme-wrapper.c

 tiny-fu/Makefile.am                        | 4 ++--
 tiny-fu/{ts-wrapper.c => scheme-wrapper.c} | 0
 tiny-fu/{ts-wrapper.h => scheme-wrapper.h} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tiny-fu/Makefile.am b/tiny-fu/Makefile.am
index 8c8ba5c..00c2dd3 100644
--- a/tiny-fu/Makefile.am
+++ b/tiny-fu/Makefile.am
@@ -31,8 +31,8 @@ tiny_fu_la_SOURCES = \
     tiny-fu-server.c       \
     tiny-fu-server.h       \
     tiny-fu.c              \
-    ts-wrapper.c           \
-    ts-wrapper.h
+    scheme-wrapper.c       \
+    scheme-wrapper.h
 
 tiny_fu_la_LDFLAGS = \
     -module          \
diff --git a/tiny-fu/ts-wrapper.c b/tiny-fu/scheme-wrapper.c
similarity index 100%
rename from tiny-fu/ts-wrapper.c
rename to tiny-fu/scheme-wrapper.c
diff --git a/tiny-fu/ts-wrapper.h b/tiny-fu/scheme-wrapper.h
similarity index 100%
rename from tiny-fu/ts-wrapper.h
rename to tiny-fu/scheme-wrapper.h


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