aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-02-18 15:26:52 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2022-02-18 15:26:52 +0100
commit1bdb0791ee56fa081f8af1c18b457a1cf1c471fd (patch)
tree465b77924e9cfca7fe59a49437c9e784f515638e /src/ui/chat.h
parent394afaba0b6410c163b459404d36a805c3166d51 (diff)
downloadmessenger-gtk-1bdb0791ee56fa081f8af1c18b457a1cf1c471fd.tar.gz
messenger-gtk-1bdb0791ee56fa081f8af1c18b457a1cf1c471fd.zip
Added dialog to delete with custom delay
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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;