aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.h
diff options
context:
space:
mode:
authorGary Ekker <gekker@novell.com>2004-04-15 22:44:20 +0800
committerGary Ekker <gekker@src.gnome.org>2004-04-15 22:44:20 +0800
commit1877cabfd1747e10a1aa38bc30f05ed521f86345 (patch)
treefdb8eef1d9c5389fc7fda664e48c43e939d513b9 /calendar/gui/calendar-component.h
parent4369b1128233d445950f1e44351006888262b029 (diff)
downloadgsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar.gz
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar.bz2
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar.lz
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar.xz
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.tar.zst
gsoc2013-evolution-1877cabfd1747e10a1aa38bc30f05ed521f86345.zip
move the calendar publishing initialization from createControls to main.c
2004-04-15 Gary Ekker <gekker@novell.com> * gui/calendar-component.h: move the calendar publishing initialization from createControls to main.c * gui/calendar-component.c: (create_controls): Ditto * gui/main.c: (initialize): Ditto * gui/dialogs/cal-prefs-dialog.c: (url_list_changed): remove a gfree that was freeing a before it should have been. Also removed cruft from a previous attempt to fix the crash. svn path=/trunk/; revision=25480
Diffstat (limited to 'calendar/gui/calendar-component.h')
-rw-r--r--calendar/gui/calendar-component.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.h b/calendar/gui/calendar-component.h
index 04672c1122..c0ce1ca80b 100644
--- a/calendar/gui/calendar-component.h
+++ b/calendar/gui/calendar-component.h
@@ -66,5 +66,7 @@ ESourceList *calendar_component_peek_source_list (CalendarComponent *
ESourceSelector *calendar_component_peek_source_selector (CalendarComponent *component);
EActivityHandler *calendar_component_peek_activity_handler (CalendarComponent *component);
+void calendar_component_init_publishing (void);
+
#endif /* _CALENDAR_COMPONENT_H_ */