[evolution] Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup



commit 3400c7f6107eb018d8cd15bd3736a34516578bae
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 419c16d..e9b179d 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]