[evolution/gnome-3-20] Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-20] Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup
- Date: Fri, 6 May 2016 10:18:21 +0000 (UTC)
commit c76bfcbd29dfb9e32d195ec6147036123a79a77f
Author: Milan Crha <mcrha redhat com>
Date: Fri May 6 12:16:03 2016 +0200
Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup
modules/calendar/e-cal-shell-view-private.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/modules/calendar/e-cal-shell-view-private.c b/modules/calendar/e-cal-shell-view-private.c
index a2df5cb..c68b7b0 100644
--- a/modules/calendar/e-cal-shell-view-private.c
+++ b/modules/calendar/e-cal-shell-view-private.c
@@ -111,6 +111,9 @@ cal_shell_view_memopad_popup_event_cb (EShellView *shell_view,
const gchar *widget_path;
widget_path = "/calendar-memopad-popup";
+
+ e_cal_shell_view_memopad_actions_update (E_CAL_SHELL_VIEW (shell_view));
+
e_shell_view_show_popup_menu (shell_view, widget_path, button_event);
}
@@ -121,6 +124,9 @@ cal_shell_view_taskpad_popup_event_cb (EShellView *shell_view,
const gchar *widget_path;
widget_path = "/calendar-taskpad-popup";
+
+ e_cal_shell_view_taskpad_actions_update (E_CAL_SHELL_VIEW (shell_view));
+
e_shell_view_show_popup_menu (shell_view, widget_path, button_event);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]