Moved beep/flash settings to preferences

This commit is contained in:
James Booth
2012-05-10 09:55:55 +01:00
parent 90c985c4d2
commit aa26278a46
8 changed files with 43 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ profanity: $(OBJS)
$(CC) -o profanity $(OBJS) $(LIBS)
log.o: log.h
windows.o: windows.h util.h contact_list.h
windows.o: windows.h util.h contact_list.h preferences.h
title_bar.o: windows.h
status_bar.o: windows.h util.h
input_win.o: windows.h
@@ -27,7 +27,7 @@ history.o: history.h prof_history.h
contact_list.o: contact_list.h contact.h
prof_history.o: prof_history.h
contact.o: contact.h
preferences.o: preferences.h windows.h
preferences.o: preferences.h
main.o: profanity.h
test_contact_list.o: contact_list.h contact.h