diff options
author | JP Rosevear <jpr@helixcode.com> | 2001-01-06 03:01:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-06 03:01:25 +0800 |
commit | 9177914543e3bd828cb6e88ec035a5f7648bcebe (patch) | |
tree | 0f6774e70e487e777ea9eec74f26047b257c057a /calendar/ChangeLog | |
parent | 3b1cd946dfefa0b86331583076936ce7f89c4e26 (diff) | |
download | gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.gz gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.bz2 gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.lz gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.xz gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.zst gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.zip |
get categories button (init_widgets): listen for button click
2001-01-05 JP Rosevear <jpr@helixcode.com>
* gui/event-editor.c (get_widgets): get categories button
(init_widgets): listen for button click
(fill_widgets): fill in the categories area
(dialog_to_comp_object): set the cal component categories
(categories_clicked): throw up the categories dialog and update
when ok is clicked
* gui/event-editor-dialog.glade: Add categories and contacts buttons
and fields
* gui/dialogs/task-editor-dialog.glade: Rename button
svn path=/trunk/; revision=7270
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4e5aa6c068..ae3f5afda9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,19 @@ 2001-01-05 JP Rosevear <jpr@helixcode.com> + * gui/event-editor.c (get_widgets): get categories button + (init_widgets): listen for button click + (fill_widgets): fill in the categories area + (dialog_to_comp_object): set the cal component categories + (categories_clicked): throw up the categories dialog and update + when ok is clicked + + * gui/event-editor-dialog.glade: Add categories and contacts buttons + and fields + + * gui/dialogs/task-editor-dialog.glade: Rename button + +2001-01-05 JP Rosevear <jpr@helixcode.com> + * gui/dialogs/task-editor.c (get_widgets): get categories button (init_widgets): listen for button click (fill_widgets): fill in the categories area |