From b33925fd09ccfdc5b1c2f2ad7139936e89c37412 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 5 Feb 2003 00:13:23 +0000 Subject: Rename to e_meeting_time_selector_on_invite_others_button_expose() and 2003-02-04 Hans Petter Jansson * gui/e-meeting-time-sel.c (e_meeting_time_selector_on_invite_others_button_draw): Rename to e_meeting_time_selector_on_invite_others_button_expose() and handle "expose-event" instead of "draw". (e_meeting_time_selector_construct): The "draw" signal doesn't exist anymore - connect to "expose-event" instead. * gui/dialogs/event-page.c (clear_widgets): Clear the GtkTextBuffer for the description. (event_page_fill_widgets): Use the GtkTextBuffer. (event_page_fill_component): Use the GtkTextBuffer. (init_widgets): Create a GtkTextBuffer for the GtkTextView. Set word wrap. Connect to the "changed" signal of the model instead of the view. svn path=/trunk/; revision=19749 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e99ecc9f66..5085c80150 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2003-02-04 Hans Petter Jansson + + * gui/e-meeting-time-sel.c + (e_meeting_time_selector_on_invite_others_button_draw): + Rename to e_meeting_time_selector_on_invite_others_button_expose() + and handle "expose-event" instead of "draw". + (e_meeting_time_selector_construct): The "draw" signal doesn't exist + anymore - connect to "expose-event" instead. + + * gui/dialogs/event-page.c (clear_widgets): Clear the GtkTextBuffer + for the description. + (event_page_fill_widgets): Use the GtkTextBuffer. + (event_page_fill_component): Use the GtkTextBuffer. + (init_widgets): Create a GtkTextBuffer for the GtkTextView. Set word + wrap. Connect to the "changed" signal of the model instead of the view. + 2003-02-04 Hans Petter Jansson * gui/e-meeting-time-sel-item.c -- cgit v1.2.3