diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-04 09:33:05 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-04 09:33:05 +0800 |
commit | 720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0 (patch) | |
tree | c8b9492d1846916055a6f3aaa9628aaffd6548a3 /calendar/ChangeLog | |
parent | 7a2f3f2fbce5eca8bd2553db2b02de5a5edc5ff6 (diff) | |
download | gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar.gz gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar.bz2 gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar.lz gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar.xz gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.tar.zst gsoc2013-evolution-720a792d11bbcadfd8bddfa8d68a0fbe0eb817d0.zip |
Add new columns for information specification (meeting_page_destroy): save
2001-07-03 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c: Add new columns for information
specification
(meeting_page_destroy): save the table state
(build_etable): load new table state
* gui/dialogs/task-editor.c (task_editor_destroy): unref pages
* gui/dialogs/event-editor.c (event_editor_destroy): unref pages
* gui/dialogs/comp-editor.c (setup_widgets): kill warning
(comp_editor_append_page): ref page passed in
(close_dialog): unref pages
svn path=/trunk/; revision=10777
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index cff0c1a1a5..c56c872508 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2001-07-03 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/meeting-page.c: Add new columns for information + specification + (meeting_page_destroy): save the table state + (build_etable): load new table state + + * gui/dialogs/task-editor.c (task_editor_destroy): unref pages + + * gui/dialogs/event-editor.c (event_editor_destroy): unref pages + + * gui/dialogs/comp-editor.c (setup_widgets): kill warning + (comp_editor_append_page): ref page passed in + (close_dialog): unref pages + 2001-07-03 Damon Chaplin <damon@ximian.com> * gui/e-day-view.c (query_obj_updated_cb): fix warning, and added |