From 742748b05c263b0bf7266acc8a03b04170f88cf7 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 10 Dec 2014 21:17:31 +0000 Subject: Renamed chat_resource -> resource --- src/ui/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/window.c') diff --git a/src/ui/window.c b/src/ui/window.c index 56225b67..ee096a98 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -122,7 +122,7 @@ win_create(const char * const title, win_type_t type) if (new_win->type == WIN_CHAT) { new_win->wins.chat.is_otr = FALSE; new_win->wins.chat.is_trusted = FALSE; - new_win->wins.chat.chat_resource = NULL; + new_win->wins.chat.resource = NULL; } scrollok(new_win->win, TRUE); @@ -223,7 +223,7 @@ win_free(ProfWin* window) } if (window->type == WIN_CHAT) { - free(window->wins.chat.chat_resource); + free(window->wins.chat.resource); } free(window->from); -- cgit 1.4.1-2-gfad0