[seahorse] common: Name vala files without 'seahorse-' filename prefix



commit caeb740ea21093602a5acd724274d2f71fe2a39c
Author: Stef Walter <stefw gnome org>
Date:   Thu May 2 16:41:20 2013 +0200

    common: Name vala files without 'seahorse-' filename prefix

 common/Makefile.am                                 |   10 +++++-----
 common/{seahorse-deletable.vala => deletable.vala} |    0
 common/{seahorse-deleter.vala => deleter.vala}     |    0
 .../{seahorse-exportable.vala => exportable.vala}  |    0
 common/{seahorse-exporter.vala => exporter.vala}   |    0
 common/{seahorse-viewable.vala => viewable.vala}   |    0
 6 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 3929328..e2c5e1b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -7,11 +7,11 @@ INCLUDES = -I$(top_builddir) \
 noinst_LTLIBRARIES = libcommon.la
 
 libcommon_la_SOURCES = \
-       seahorse-deletable.vala \
-       seahorse-deleter.vala \
-       seahorse-exportable.vala \
-       seahorse-exporter.vala \
-       seahorse-viewable.vala \
+       deletable.vala \
+       deleter.vala \
+       exportable.vala \
+       exporter.vala \
+       viewable.vala \
        $(NULL)
 
 AM_VALAFLAGS = \
diff --git a/common/seahorse-deletable.vala b/common/deletable.vala
similarity index 100%
rename from common/seahorse-deletable.vala
rename to common/deletable.vala
diff --git a/common/seahorse-deleter.vala b/common/deleter.vala
similarity index 100%
rename from common/seahorse-deleter.vala
rename to common/deleter.vala
diff --git a/common/seahorse-exportable.vala b/common/exportable.vala
similarity index 100%
rename from common/seahorse-exportable.vala
rename to common/exportable.vala
diff --git a/common/seahorse-exporter.vala b/common/exporter.vala
similarity index 100%
rename from common/seahorse-exporter.vala
rename to common/exporter.vala
diff --git a/common/seahorse-viewable.vala b/common/viewable.vala
similarity index 100%
rename from common/seahorse-viewable.vala
rename to common/viewable.vala


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