[balsa/gtk4: 41/294] balsa-message: Use the correct GtkMenu
- From: Peter Bloomfield <peterb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa/gtk4: 41/294] balsa-message: Use the correct GtkMenu
 
- Date: Sun, 20 Jun 2021 23:36:35 +0000 (UTC)
 
commit c34053f1e93a61224d41a97b03d6649063329560
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Wed Jun 17 11:29:20 2020 -0400
    balsa-message: Use the correct GtkMenu
 src/balsa-message.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/balsa-message.c b/src/balsa-message.c
index 9c76c3405..b55dc6c9c 100644
--- a/src/balsa-message.c
+++ b/src/balsa-message.c
@@ -1171,9 +1171,9 @@ tree_mult_selection_popup(BalsaMessage     *balsa_message,
         gtk_popover_popup(GTK_POPOVER(popup_widget));
     } else {
         if (event != NULL) {
-            gtk_menu_popup_at_pointer(GTK_MENU(balsa_message->save_all_popup), event);
+            gtk_menu_popup_at_pointer(GTK_MENU(popup_widget), event);
         } else {
-            gtk_menu_popup_at_widget(GTK_MENU(balsa_message->save_all_popup),
+            gtk_menu_popup_at_widget(GTK_MENU(popup_widget),
                                      GTK_WIDGET(balsa_message),
                                      GDK_GRAVITY_CENTER, GDK_GRAVITY_CENTER,
                                      NULL);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]