about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 00:39:08 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 00:39:08 +0000
commit5e85c8c5c74575ad018b1ed626fa7044215fc1a9 (patch)
treed55085cb6a827f7e48310b2fcaec0203c9becc0a
parent7dcb85c7011734168160e63d508d1a8b5cc3effe (diff)
downloadprofani-tty-5e85c8c5c74575ad018b1ed626fa7044215fc1a9.tar.gz
Renamed connection.c -> xmpp_conn.c
-rw-r--r--Makefile.am2
-rw-r--r--src/xmpp_conn.c (renamed from src/connection.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d42d0560..a3e4dd9d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ profanity_SOURCES = src/command.c src/contact.c src/history.c src/xmpp.h \
 	src/command.h src/contact.h src/history.h src/log.c src/preferences.h \
 	src/autocomplete.h src/title_bar.c src/windows.c src/common.c \
 	src/contact_list.c src/input_win.c src/log.h src/profanity.c \
-	src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/connection.c \
+	src/prof_history.c src/ui.h src/common.h src/ contact_list.h src/xmpp_conn.c \
 	src/main.c src/profanity.h src/prof_history.h src/chat_log.c \
 	src/chat_log.h src/tinyurl.c src/tinyurl.h src/chat_session.c \
 	src/chat_session.h src/release.c src/release.h src/muc.c \
diff --git a/src/connection.c b/src/xmpp_conn.c
index a32a3221..a1a751bd 100644
--- a/src/connection.c
+++ b/src/xmpp_conn.c
@@ -1,5 +1,5 @@
 /*
- * connection.c
+ * xmpp_conn.c
  *
  * Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
  *