aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.h')
-rw-r--r--src/ui/chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/chat.h b/src/ui/chat.h
index b27f829..2c33789 100644
--- a/src/ui/chat.h
+++ b/src/ui/chat.h
@@ -38,7 +38,7 @@ typedef struct UI_FILE_LOAD_ENTRY_Handle UI_FILE_LOAD_ENTRY_Handle;
38 38
39typedef struct UI_CHAT_Handle 39typedef struct UI_CHAT_Handle
40{ 40{
41 GHashTable *bindings; 41 MESSENGER_Application *app;
42 42
43 GList *messages; 43 GList *messages;
44 gdouble edge_value; 44 gdouble edge_value;