aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 90023275fc..8d776b18ef 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+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.
+
2004-04-15 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/select-source-dialog.c (select_source_dialog): added some
@@ -36,6 +49,7 @@
could be NULL if the source was deleted rather than unchecked
(update_primary_task_selection): look at the task source list
+>>>>>>> 1.2252
2004-04-14 JP Rosevear <jpr@ximian.com>
Fixes #56553