From 98087d1543dff4c0f1cf70b88c634ebe3bcbb656 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Mon, 13 Aug 2007 10:40:23 +0000 Subject: reviewed by: Chenthill Palanisamy 2007-08-13 Suman Manjunath reviewed by: Chenthill Palanisamy * gui/dialogs/event-page.c: (event_page_init), (sensitize_widgets), (get_current_account), (event_page_fill_widgets), (event_page_fill_component), (existing_attendee), (event_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (event_page_select_organizer), (event_page_construct): * gui/dialogs/event-page.glade: * gui/dialogs/memo-page.c: (memo_page_init), * (sensitize_widgets), (memo_page_fill_widgets), (get_current_account), (memo_page_fill_component), (memo_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (memo_page_select_organizer), (memo_page_construct): * gui/dialogs/memo-page.glade: * gui/dialogs/task-page.c: (task_page_init), * (sensitize_widgets), (get_current_account), (task_page_fill_widgets), (task_page_fill_component), (existing_attendee), (task_page_set_info_string), (get_widgets), (source_changed_cb), (init_widgets), (task_page_select_organizer), (task_page_construct): * gui/dialogs/task-page.glade: Add a label on the top to show * information string for calendar, task and memo editors. It would be shown while operating on subscribed user's folder items. * gui/itip-utils.c: (itip_send_comp), (reply_to_calendar_comp): * A utility function sanitize_component has been removed. The sentby parameter is set in the event pages. --This line, and those below, will be ignored-- M calendar/gui/dialogs/task-page.glade M calendar/gui/dialogs/task-page.c M calendar/gui/dialogs/task-page.h M calendar/gui/dialogs/event-page.glade M calendar/gui/dialogs/memo-page.glade M calendar/gui/dialogs/event-page.c M calendar/gui/dialogs/event-page.h M calendar/gui/dialogs/memo-page.c M calendar/gui/dialogs/memo-page.h M calendar/gui/itip-utils.c M calendar/ChangeLog svn path=/trunk/; revision=33996 --- calendar/gui/dialogs/task-page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/task-page.h') diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h index 64fa67591b..1431b4976b 100644 --- a/calendar/gui/dialogs/task-page.h +++ b/calendar/gui/dialogs/task-page.h @@ -70,7 +70,7 @@ void task_page_set_view_rsvp (TaskPage *page, gboolean state); void task_page_set_classification (TaskPage *page, ECalComponentClassification class); void task_page_set_show_timezone (TaskPage *page, gboolean state); void task_page_set_show_categories (TaskPage *page, gboolean state); - +void task_page_set_info_string (TaskPage *tpage, const gchar *icon, const gchar *msg); G_END_DECLS -- cgit v1.2.3