diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index 97d210c84..7c66a509b 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -38,6 +38,7 @@ typedef struct _EmpathyChatManagerPriv EmpathyChatManagerPriv; struct _EmpathyChatManagerPriv { + /* Queue of (ChatData *) representing the closed chats */ GQueue *queue; }; |