aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2005-12-09 05:16:54 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2005-12-09 05:16:54 +0800
commit75f8d193c4e79bda653b2d0d96856117f1d5d3d3 (patch)
tree227ab4615244cd738262c5139c86bfcb33118d57 /calendar/ChangeLog
parentdffbebe88bc54a5ffc4ea414a835c4a14672d87e (diff)
downloadgsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar.gz
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar.bz2
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar.lz
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar.xz
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.tar.zst
gsoc2013-evolution-75f8d193c4e79bda653b2d0d96856117f1d5d3d3.zip
fixes the tool tip crash.
svn path=/trunk/; revision=30738
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index aa8ad9b126..4da64c2f9d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,25 @@
+2005-12-09 Srinivasa Ragavan <sragavan@novell.com>
+
+ reviewed by: Chenthill Palanisamy <pchenthill@novell.com>
+
+ * gui/dialogs/comp-editor.c: (editor_key_press_event),
+ (setup_widgets):
+ * gui/dialogs/event-page.c: (event_page_init),
+ (create_image_event_box), (sensitize_widgets), (get_widgets),
+ (alarm_changed_cb), (init_widgets),
+ (event_page_create_source_option_menu), (make_status_icons):
+ * gui/dialogs/event-page.glade:
+ * gui/e-calendar-view.c: (e_calendar_view_get_tooltips):
+ * gui/e-calendar-view.h:
+ * gui/e-day-view.c: (e_day_view_reshape_long_event),
+ (e_day_view_reshape_day_event), (tooltip_get_view_event),
+ (tooltip_destroy), (e_day_view_on_text_item_event):
+ * gui/e-timezone-entry.c: (e_timezone_entry_init):
+ * gui/e-week-view.c: (tooltip_get_view_event), (tooltip_destroy),
+ (tooltip_event_cb), (e_week_view_on_text_item_event): Fixes tooltip
+ crash while editing a component in view. Fixes for layout issues
+ and added the alarm icon in the editor.
+
2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com>
* conduits/todo/todo-conduit.c (start_calendar_server):