diff options
author | JP Rosevear <jpr@helixcode.com> | 2001-01-06 02:23:51 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-06 02:23:51 +0800 |
commit | ec532d28e42f4c0fb912bf7442b092e65d273178 (patch) | |
tree | adeed36f523048363d3cdfbf425a32cea0e1a28b /calendar/gui/dialogs/task-page.glade | |
parent | 601f4bc6b207a54bb4ec6a633eb4568e40474777 (diff) | |
download | gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.gz gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.tar.zst gsoc2013-evolution-ec532d28e42f4c0fb912bf7442b092e65d273178.zip |
get categories button (init_widgets): listen for button click
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
(dialog_to_comp_object): set the cal component categories
(categories_clicked): throw up the categories dialog and update
when ok is clicked
* gui/dialogs/task-editor-dialog.glade: Tweak to name the categories
button and make it active
* gui/calendar-model.c (get_categories): We can get the string list of
categories directly now
* cal-util/cal-component.c (cal_component_get_categories): new function
to get the categories list as a string
(cal_component_set_categories): same but for setting
(free_icalcomponent): init the categories var
(scan_categories): kill
(scan_property): assign the prop to the categories var
(cal_component_get_categories_list): deal with renaming var to categories
(cal_component_set_categories_list): fix brokeness
svn path=/trunk/; revision=7268
Diffstat (limited to 'calendar/gui/dialogs/task-page.glade')
-rw-r--r-- | calendar/gui/dialogs/task-page.glade | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/calendar/gui/dialogs/task-page.glade b/calendar/gui/dialogs/task-page.glade index bdde9ed091..e205b4c10d 100644 --- a/calendar/gui/dialogs/task-page.glade +++ b/calendar/gui/dialogs/task-page.glade @@ -484,7 +484,6 @@ Confidential <class>GtkButton</class> <name>button3</name> <can_focus>True</can_focus> - <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -494,7 +493,6 @@ Confidential <widget> <class>GtkLabel</class> <name>label16</name> - <sensitive>False</sensitive> <label>_Contacts...</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> @@ -508,7 +506,6 @@ Confidential <widget> <class>GtkEntry</class> <name>contacts</name> - <sensitive>False</sensitive> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> @@ -523,9 +520,8 @@ Confidential <widget> <class>GtkButton</class> - <name>button4</name> + <name>categories-button</name> <can_focus>True</can_focus> - <relief>GTK_RELIEF_NORMAL</relief> <child> <padding>0</padding> <expand>False</expand> @@ -535,7 +531,6 @@ Confidential <widget> <class>GtkLabel</class> <name>label17</name> - <sensitive>False</sensitive> <label>Ca_tegories...</label> <justify>GTK_JUSTIFY_CENTER</justify> <wrap>False</wrap> @@ -549,7 +544,6 @@ Confidential <widget> <class>GtkEntry</class> <name>categories</name> - <sensitive>False</sensitive> <can_focus>True</can_focus> <editable>True</editable> <text_visible>True</text_visible> |