commit 28617e2c834102997101eccebfdeff6e1b82c4e7
parent 0e3fb410988e339bdf5e3d21383bca11caec548c
Author: Jacki <jacki@thejackimonster.de>
Date: Sun, 21 Jul 2024 17:38:58 +0200
Fix send file dialog
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/ui/chat.c b/src/ui/chat.c
@@ -1564,6 +1564,12 @@ ui_chat_new(MESSENGER_Application *app,
g_object_set_qdata(
G_OBJECT(handle->send_text_view),
+ app->quarks.data,
+ context
+ );
+
+ g_object_set_qdata(
+ G_OBJECT(handle->send_text_view),
app->quarks.ui,
handle
);