diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-01 21:31:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-01 21:31:35 +0800 |
commit | fc4fbc6cabf39ef1356a05931983dca09fc83549 (patch) | |
tree | 288850578577ab753f1356dafe1381d658581d0f /modules/calendar/e-cal-shell-content.h | |
parent | b3c6fdfc6b91198da99d435fc85c39d58e6dc347 (diff) | |
download | gsoc2013-evolution-fc4fbc6cabf39ef1356a05931983dca09fc83549.tar.gz gsoc2013-evolution-fc4fbc6cabf39ef1356a05931983dca09fc83549.tar.zst gsoc2013-evolution-fc4fbc6cabf39ef1356a05931983dca09fc83549.zip |
Bug #613356 - Calendar doesn't save Task/Memo table state
Diffstat (limited to 'modules/calendar/e-cal-shell-content.h')
-rw-r--r-- | modules/calendar/e-cal-shell-content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-content.h b/modules/calendar/e-cal-shell-content.h index 92acbaa3c9..9ef66d968d 100644 --- a/modules/calendar/e-cal-shell-content.h +++ b/modules/calendar/e-cal-shell-content.h @@ -97,6 +97,8 @@ EShellSearchbar * GalViewInstance * e_cal_shell_content_get_view_instance (ECalShellContent *cal_shell_content); +void e_cal_shell_content_save_state + (ECalShellContent *cal_shell_content); G_END_DECLS |