Added form to WIN_MUC_CONFIG type

This commit is contained in:
James Booth
2014-12-10 01:14:11 +00:00
parent 0ce924465f
commit 7b44ac97cc
7 changed files with 51 additions and 32 deletions

View File

@@ -79,7 +79,6 @@ typedef struct prof_win_t {
gboolean is_trusted;
int unread;
int history_shown;
DataForm *form;
union {
// WIN_CONSOLE
@@ -100,6 +99,7 @@ typedef struct prof_win_t {
// WIN_MUC_CONFIG
struct {
DataForm *form;
} conf;
// WIN_PRIVATE