mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 10:06:22 +00:00
Added form to WIN_MUC_CONFIG type
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user