aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
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/main.c
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/main.c')
-rw-r--r--calendar/gui/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 5441a140fa..80077d49a7 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -140,6 +140,9 @@ initialize (void)
#endif
launch_alarm_daemon ();
+
+ /* Initialize Calendar Publishing */
+ calendar_component_init_publishing ();
}