[evolution/wip/webkit2] Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 766017 - Taskpad/Memopad Calendar popup menus not updated on popup
- Date: Tue, 31 May 2016 12:08:27 +0000 (UTC)
commit 787b7f5f41bd164f3210fad2263538c303e549cd
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]