/soc/2013/ankitkv/gobjectification: 4deeac0840fe: Renamed gtkft....

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


Changeset: 4deeac0840fe3a42982ef62bde8774123dd4b1e0
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-09-06 17:32 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/4deeac0840fe

Description:

Renamed gtkft.[ch] to gtkxfer.[ch]

diffstat:

 pidgin/Makefile.am |  4 ++--
 pidgin/gtkft.c     |  2 +-
 pidgin/gtkft.h     |  0 
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (50 lines):

diff --git a/pidgin/Makefile.am b/pidgin/Makefile.am
--- a/pidgin/Makefile.am
+++ b/pidgin/Makefile.am
@@ -57,7 +57,6 @@ pidgin_SOURCES = \
 	gtkdnd-hints.c \
 	gtkdocklet.c \
 	gtkeventloop.c \
-	gtkft.c \
 	gtkicon-theme.c \
 	gtkicon-theme-loader.c \
 	gtkidle.c \
@@ -90,6 +89,7 @@ pidgin_SOURCES = \
 	gtkwebview.c \
 	gtkwebviewtoolbar.c \
 	gtkwhiteboard.c \
+	gtkxfer.c \
 	minidialog.c \
 	pidgintooltip.c \
 	smileyparser.c
@@ -111,7 +111,6 @@ pidgin_headers = \
 	gtkdnd-hints.h \
 	gtkdocklet.h \
 	gtkeventloop.h \
-	gtkft.h \
 	gtkicon-theme.h \
 	gtkicon-theme-loader.h \
 	gtkidle.h \
@@ -145,6 +144,7 @@ pidgin_headers = \
 	gtkwebview.h \
 	gtkwebviewtoolbar.h \
 	gtkwhiteboard.h \
+	gtkxfer.h \
 	minidialog.h \
 	pidgintooltip.h \
 	pidgin.h \
diff --git a/pidgin/gtkft.c b/pidgin/gtkxfer.c
rename from pidgin/gtkft.c
rename to pidgin/gtkxfer.c
--- a/pidgin/gtkft.c
+++ b/pidgin/gtkxfer.c
@@ -1,5 +1,5 @@
 /**
- * @file gtkft.c GTK+ File Transfer UI
+ * @file gtkxfer.c GTK+ File Transfer UI
  * @ingroup pidgin
  */
 
diff --git a/pidgin/gtkft.h b/pidgin/gtkxfer.h
rename from pidgin/gtkft.h
rename to pidgin/gtkxfer.h



More information about the Commits mailing list