From 31b5261fdbe2c98e7f4f71e908e5d9b58609de94 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 4 Jul 2013 11:04:51 -0400 Subject: EShellView: Add a "view-instance" property. EShellView now holds a reference to the active GalViewInstance. Where applicable, the EShellView subclass is responsible for keeping this up to date when the sidebar selection changes. Holding a reference allows EShellView to implement common actions like "Save Current View" directly instead pushing it on to subclasses. New functions: e_shell_view_get_view_instance e_shell_view_set_view_instance --- modules/calendar/e-cal-shell-content.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/calendar/e-cal-shell-content.h') diff --git a/modules/calendar/e-cal-shell-content.h b/modules/calendar/e-cal-shell-content.h index 45aedf90c2..b42d099cb6 100644 --- a/modules/calendar/e-cal-shell-content.h +++ b/modules/calendar/e-cal-shell-content.h @@ -90,9 +90,6 @@ ETaskTable * e_cal_shell_content_get_task_table EShellSearchbar * e_cal_shell_content_get_searchbar (ECalShellContent *cal_shell_content); -GalViewInstance * - e_cal_shell_content_get_view_instance - (ECalShellContent *cal_shell_content); void e_cal_shell_content_save_state (ECalShellContent *cal_shell_content); -- cgit v1.2.3