aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-07 00:29:59 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-07 00:29:59 +0100
commit141e52eab14ae9f48844e175bc150753c8e3f002 (patch)
tree85167f6954fb962f628bcabe12bc92274eee678c /src/ui/chat_entry.c
parent53334c28a6a97e480299c6cef1e2e0402b4265ed (diff)
downloadmessenger-gtk-141e52eab14ae9f48844e175bc150753c8e3f002.tar.gz
messenger-gtk-141e52eab14ae9f48844e175bc150753c8e3f002.zip
Deactivated chats without other members
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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);