aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-25 02:30:02 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-08-25 02:30:02 +0800
commita7aac14395dc0ceba8540be6e3d4981d459f9515 (patch)
treed6577d35aed2ffaf4ab6e457c0fd13dea0710855 /calendar/ChangeLog
parent67c9a151f7cd8a2986f97335d025b7f8bb95b6ef (diff)
downloadgsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.gz
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.bz2
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.lz
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.xz
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.tar.zst
gsoc2013-evolution-a7aac14395dc0ceba8540be6e3d4981d459f9515.zip
** Fix for bug #468440
svn path=/trunk/; revision=34100
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a088cbd14c..2cd6f8cb62 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,15 @@
2007-08-24 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #468440
+
+ * gui/e-week-view-event-item.c: Dont popup if the event is destroyed
+ (e_week_view_event_item_button_press):
+ * gui/e-week-view.c: (e_week_view_init), Init a variable to tell the
+ event handler that the event is destroyed
+ (e_week_view_on_editing_stopped): Set event_destroyed.
+ * gui/e-week-view.h:
+
+2007-08-24 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #468411