[balsa/gtk4: 284/311] balsa-message: Pass NULL for the parent
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 284/311] balsa-message: Pass NULL for the parent
- Date: Fri, 17 Dec 2021 19:54:27 +0000 (UTC)
commit 3b20a6722d5cdf93529070b9ebdc8c5c658c26ff
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Nov 23 18:07:31 2020 -0500
balsa-message: Pass NULL for the parent
of the parts popup-menu, because it will be owned by a GtkMenuButton,
which will set itself as the parent.
src/balsa-message.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/balsa-message.c b/src/balsa-message.c
index 302229cd0..3c7a29290 100644
--- a/src/balsa-message.c
+++ b/src/balsa-message.c
@@ -1745,7 +1745,7 @@ display_content(BalsaMessage * balsa_message)
balsa_message->parts_menu = g_menu_new();
- balsa_message->parts_popup = libbalsa_popup_widget_new(balsa_message->attach_button,
+ balsa_message->parts_popup = libbalsa_popup_widget_new(NULL,
G_MENU_MODEL(balsa_message->parts_menu),
"message-menu");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]