1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Renamed windows.c -> core.c

This commit is contained in:
James Booth 2013-04-21 17:33:12 +01:00
parent 6ff5f45ad3
commit 4257fc87e5
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ profanity_SOURCES = src/contact.c src/contact.h src/log.c src/common.c \
src/xmpp/iq.c src/xmpp/message.c src/xmpp/presence.c src/xmpp/stanza.c \
src/xmpp/stanza.h src/xmpp/message.h src/xmpp/iq.h src/xmpp/presence.h \
src/xmpp/capabilities.h src/xmpp/connection.h \
src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/windows.c \
src/ui/ui.h src/ui/window.c src/ui/window.h src/ui/core.c \
src/ui/titlebar.c src/ui/statusbar.c src/ui/inputwin.c \
src/ui/console.c \
src/command/command.h src/command/command.c src/command/history.c \

View File

@ -1,5 +1,5 @@
/*
* windows.c
* core.c
*
* Copyright (C) 2012, 2013 James Booth <boothj5@gmail.com>
*