aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_entry.c')
-rw-r--r--src/ui/chat_entry.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/chat_entry.c b/src/ui/chat_entry.c
index 21b793e..33d969c 100644
--- a/src/ui/chat_entry.c
+++ b/src/ui/chat_entry.c
@@ -62,6 +62,12 @@ ui_chat_entry_new(MESSENGER_Application *app)
62} 62}
63 63
64void 64void
65ui_chat_entry_activate(UI_CHAT_ENTRY_Handle *handle)
66{
67 ui_chat_activate(handle->chat);
68}
69
70void
65ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle) 71ui_chat_entry_delete(UI_CHAT_ENTRY_Handle *handle)
66{ 72{
67 ui_chat_delete(handle->chat); 73 ui_chat_delete(handle->chat);