Added config dir to source

This commit is contained in:
James Booth
2013-02-02 21:59:29 +00:00
parent 740e5b4228
commit 9d34c41227
20 changed files with 28 additions and 26 deletions

View File

@@ -35,11 +35,11 @@
#include "command/command.h"
#include "common.h"
#include "config/preferences.h"
#include "config/theme.h"
#include "contact_list.h"
#include "log.h"
#include "preferences.h"
#include "profanity.h"
#include "theme.h"
#include "ui/ui.h"
#define _inp_win_refresh() prefresh(inp_win, 0, pad_start, rows-1, 0, rows-1, cols-1)