[balsa/popover: 40/67] balsa-message: Use the correct GtkMenu
- From: Peter Bloomfield <peterb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa/popover: 40/67] balsa-message: Use the correct GtkMenu
 
- Date: Thu, 24 Sep 2020 02:10:15 +0000 (UTC)
 
commit 6879fd1f24ce25669692b0afe18ec193795571da
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 b79955257..e0a3d1782 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]