aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-02-05 08:13:23 +0800
committerHans Petter <hansp@src.gnome.org>2003-02-05 08:13:23 +0800
commitb33925fd09ccfdc5b1c2f2ad7139936e89c37412 (patch)
treeb4c2f2237b1663db2e2c4d81688ddd197afd0f99 /calendar/ChangeLog
parentfb9018a61e7e52de12b525ecece617315611ff44 (diff)
downloadgsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar.gz
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar.bz2
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar.lz
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar.xz
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.tar.zst
gsoc2013-evolution-b33925fd09ccfdc5b1c2f2ad7139936e89c37412.zip
Rename to e_meeting_time_selector_on_invite_others_button_expose() and
2003-02-04 Hans Petter Jansson <hpj@ximian.com> * 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e99ecc9f66..5085c80150 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,21 @@
2003-02-04 Hans Petter Jansson <hpj@ximian.com>
+ * 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 <hpj@ximian.com>
+
* gui/e-meeting-time-sel-item.c
(e_meeting_time_selector_item_paint_day_top): Use PangoLayout to
draw text.