From ede8a754351774324424cc1b35f3f9c8806f3935 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Fri, 18 Feb 2005 05:41:06 +0000 Subject: added a boolean variable is_meeting. added a boolean variable 2005-02-18 Chenthill Palanisamy * _EventPagePrivate: added a boolean variable is_meeting. * _TaskPagePrivate: added a boolean variable is_assignment. * gui/dialogs/task-page.h: * gui/dialogs/event-page.h: Added a function to set the is_meeting boolean variable. * gui/dialogs/event-editor.c: (show_meeting): * gui/dialogs/task-editor.c: (show_assignment): Called the function to set the boolean variable. * gui/dialogs/event-page.c: (event_page_init), (event_page_set_meeting), (source_changed_cb): * gui/dialogs/task-page.c: (task_page_init), (task_page_set_assignment), (source_changed_cb): If the source is changed and only if its a group event show the send options frame. * gui/gnome-cal.c: (client_cal_opened_cb): Do not popup the offline error dialog for tasks. svn path=/trunk/; revision=28809 --- calendar/gui/dialogs/task-editor.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/dialogs/task-editor.c') diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c index f7d56b3671..e0709201fe 100644 --- a/calendar/gui/dialogs/task-editor.c +++ b/calendar/gui/dialogs/task-editor.c @@ -352,6 +352,7 @@ show_assignment (TaskEditor *te) priv = te->priv; + task_page_set_assignment (priv->task_page, TRUE); if (!priv->assignment_shown) { comp_editor_append_page (COMP_EDITOR (te), COMP_EDITOR_PAGE (priv->meet_page), -- cgit v1.2.3