aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-05-02 22:49:43 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-05-02 22:49:43 +0800
commitbafc4fa954b1578ab46043ea9e57da192c30aaae (patch)
tree0f4b39dae031467979b18ec03883b39c02c60276 /calendar/ChangeLog
parentf570ce28bf08593baca5012bf74d2227992aa5fb (diff)
downloadgsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar.gz
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar.bz2
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar.lz
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar.xz
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.tar.zst
gsoc2013-evolution-bafc4fa954b1578ab46043ea9e57da192c30aaae.zip
only discard the popup if we created one
2002-05-02 JP Rosevear <jpr@ximian.com> * gui/e-week-view.c (free_view_popup): only discard the popup if we created one svn path=/trunk/; revision=16663
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index cd619ce7e8..a98321eab7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-02 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-week-view.c (free_view_popup): only discard the popup if
+ we created one
+
2002-05-02 Rodrigo Moya <rodrigo@ximian.com>
* pcs/query.c: refactored a bit, to not do things in idle loops.