/soc/2013/ankitkv/gobjectification: 0d75a8dc179c: Renamed gntft....

Ankit Vani a at nevitus.org
Fri Sep 6 08:05:13 EDT 2013


Changeset: 0d75a8dc179c0755877d18ed9e05c0cdd5665bf8
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-09-06 17:29 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/0d75a8dc179c

Description:

Renamed gntft.[ch] to gntxfer.[ch]

diffstat:

 finch/Makefile.am |  8 ++++----
 finch/gntft.c     |  2 +-
 finch/gntft.h     |  0 
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (54 lines):

diff --git a/finch/Makefile.am b/finch/Makefile.am
--- a/finch/Makefile.am
+++ b/finch/Makefile.am
@@ -22,7 +22,6 @@ finch_SOURCES = \
 	gntconn.c \
 	gntconv.c \
 	gntdebug.c \
-	gntft.c \
 	finch.c \
 	gntidle.c \
 	gntlog.c \
@@ -36,7 +35,8 @@ finch_SOURCES = \
 	gntroomlist.c \
 	gntsound.c \
 	gntstatus.c \
-	gntui.c
+	gntui.c \
+	gntxfer.c
 
 finch_headers = \
 	gntaccount.h \
@@ -45,7 +45,6 @@ finch_headers = \
 	gntconn.h \
 	gntconv.h \
 	gntdebug.h \
-	gntft.h \
 	finch.h \
 	gntidle.h \
 	gntlog.h \
@@ -59,7 +58,8 @@ finch_headers = \
 	gntroomlist.h \
 	gntsound.h \
 	gntstatus.h \
-	gntui.h
+	gntui.h \
+	gntxfer.h
 
 finchincludedir=$(includedir)/finch
 finchinclude_HEADERS = \
diff --git a/finch/gntft.c b/finch/gntxfer.c
rename from finch/gntft.c
rename to finch/gntxfer.c
--- a/finch/gntft.c
+++ b/finch/gntxfer.c
@@ -1,5 +1,5 @@
 /**
- * @file gntft.c GNT File Transfer UI
+ * @file gntxfer.c GNT File Transfer UI
  * @ingroup finch
  */
 
diff --git a/finch/gntft.h b/finch/gntxfer.h
rename from finch/gntft.h
rename to finch/gntxfer.h



More information about the Commits mailing list