aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2006-01-04 00:07:42 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-04 00:07:42 +0800
commit6e64033d4c4c4728e21a686a251aafed65440b69 (patch)
treeee1fb12f70bdbd22e71f3e21a4737743c78d3916 /calendar/ChangeLog
parent89b91db3e37442bc6dd40ceace65940b4639b147 (diff)
downloadgsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar.gz
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar.bz2
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar.lz
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar.xz
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.tar.zst
gsoc2013-evolution-6e64033d4c4c4728e21a686a251aafed65440b69.zip
** Fix for bug #325416
2006-01-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #325416 * gui/e-day-view.c: (e_day_view_convert_event_coords), (tooltip_get_view_event), (tooltip_destroy), (e_day_view_on_text_item_event): Read the event num from the position of x,y. svn path=/trunk/; revision=31039
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c58243c61d..82015c65db 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-03 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #325416
+
+ * gui/e-day-view.c: (e_day_view_convert_event_coords),
+ (tooltip_get_view_event), (tooltip_destroy),
+ (e_day_view_on_text_item_event): Read the event num from the position
+ of x,y.
+
2006-01-02 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #325414