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/gui/dialogs | |
parent | 3b1cd946dfefa0b86331583076936ce7f89c4e26 (diff) | |
download | gsoc2013-evolution-9177914543e3bd828cb6e88ec035a5f7648bcebe.tar.gz 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/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/task-editor-dialog.glade | 2 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.glade | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/task-editor-dialog.glade b/calendar/gui/dialogs/task-editor-dialog.glade index e205b4c10d..272fa48e55 100644 --- a/calendar/gui/dialogs/task-editor-dialog.glade +++ b/calendar/gui/dialogs/task-editor-dialog.glade @@ -482,7 +482,7 @@ Confidential <widget> <class>GtkButton</class> - <name>button3</name> + <name>contacts-button</name> <can_focus>True</can_focus> <child> <padding>0</padding> diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index e205b4c10d..272fa48e55 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -482,7 +482,7 @@ Confidential <widget> <class>GtkButton</class> - <name>button3</name> + <name>contacts-button</name> <can_focus>True</can_focus> <child> <padding>0</padding> |