[balsa/popover: 41/67] balsa-message: Use the correct GtkMenu
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/popover: 41/67] balsa-message: Use the correct GtkMenu
- Date: Mon, 17 Aug 2020 15:25:00 +0000 (UTC)
commit 67e9e29e4931bd8ff3239abbecd9e4b088f4400d
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 be0969c50..032a7b41f 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]