diff options
Diffstat (limited to 'modules/calendar/e-memo-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-memo-shell-view-actions.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c index 0161eeb198..8604d8e2c5 100644 --- a/modules/calendar/e-memo-shell-view-actions.c +++ b/modules/calendar/e-memo-shell-view-actions.c @@ -933,6 +933,14 @@ e_memo_shell_view_actions_init (EMemoShellView *memo_shell_view) g_signal_connect ( ACTION (SEARCH_EXECUTE), "activate", G_CALLBACK (action_search_execute_cb), memo_shell_view); + + e_binding_new ( + G_OBJECT (ACTION (MEMO_PREVIEW)), "active", + G_OBJECT (ACTION (MEMO_VIEW_CLASSIC)), "sensitive"); + + e_binding_new ( + G_OBJECT (ACTION (MEMO_PREVIEW)), "active", + G_OBJECT (ACTION (MEMO_VIEW_VERTICAL)), "sensitive"); } void |