[balsa/popover: 39/65] balsa-message: Use the correct GtkMenu
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/popover: 39/65] balsa-message: Use the correct GtkMenu
- Date: Sun, 30 Aug 2020 18:55:58 +0000 (UTC)
commit baf2d7517bc912d0bc01c113608d06a12ab7f879
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]