diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-11-04 21:27:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-04 21:27:22 +0800 |
commit | 4e7597a4a2732baeeda9dd4876a873ec6588d6f7 (patch) | |
tree | 7e800cb70a1a3d6bf306d1a9dee0acf548c629d2 /calendar/gui/calendar-component.h | |
parent | 94cfee90c479a49b354ff8d9d8546921bf9a4d3e (diff) | |
download | gsoc2013-evolution-4e7597a4a2732baeeda9dd4876a873ec6588d6f7.tar.gz gsoc2013-evolution-4e7597a4a2732baeeda9dd4876a873ec6588d6f7.tar.zst gsoc2013-evolution-4e7597a4a2732baeeda9dd4876a873ec6588d6f7.zip |
Fix compiler warnings.
2008-11-04 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.h:
* calendar/gui/gnome-cal.c:
* e-util/e-non-intrusive-error-dialog.c:
* e-util/e-non-intrusive-error-dialog.h:
Fix compiler warnings.
svn path=/trunk/; revision=36738
Diffstat (limited to 'calendar/gui/calendar-component.h')
-rw-r--r-- | calendar/gui/calendar-component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.h b/calendar/gui/calendar-component.h index 1688618197..ec3183726d 100644 --- a/calendar/gui/calendar-component.h +++ b/calendar/gui/calendar-component.h @@ -26,6 +26,7 @@ #include <bonobo/bonobo-object.h> #include <libedataserver/e-source-list.h> +#include <widgets/misc/e-activity-handler.h> #include "Evolution.h" @@ -60,6 +61,7 @@ CalendarComponent *calendar_component_peek (void); const char *calendar_component_peek_base_directory (CalendarComponent *component); const char *calendar_component_peek_config_directory (CalendarComponent *component); ESourceList *calendar_component_peek_source_list (CalendarComponent *component); +EActivityHandler *calendar_component_peek_activity_handler (CalendarComponent *component); void calendar_component_show_logger (gpointer); #endif /* _CALENDAR_COMPONENT_H_ */ |