aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-21 10:09:07 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-21 10:09:07 +0800
commit3d9a80f3a8c2efc7cb2857a50a42805775fccbf6 (patch)
tree994a5e310ab5d31aa25f18588d33d758f5db13a2 /calendar/ChangeLog
parent623a9d69008bc6881a4f70a7e9127220cdb9bdff (diff)
downloadgsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar.gz
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar.bz2
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar.lz
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar.xz
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.tar.zst
gsoc2013-evolution-3d9a80f3a8c2efc7cb2857a50a42805775fccbf6.zip
create fullday's gcs even if pixmap_bell has already been created. this
* gui/gncal-full-day.c (child_realize): create fullday's gcs even if pixmap_bell has already been created. this was causing crashes if the calendar was run twice. svn path=/trunk/; revision=2537
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 62e4f049c7..1e1028b2a5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-20 Seth Alves <alves@hungry.com>
+
+ * gui/gncal-full-day.c (child_realize): create fullday's gcs
+ even if pixmap_bell has already been created. this was
+ causing crashes if the calendar was run twice.
+
2000-04-19 Seth Alves <alves@hungry.com>
* gui/eventedit.c (ee_rp_init_rule): changed the order around
@@ -7,7 +13,7 @@
the todo clist
* cal-client/cal-client.c (cal_client_get_uids): don't check
- type again CALOBJ_TYPE_ANY since it will always match.
+ type against CALOBJ_TYPE_ANY since it will always match.
(cal_client_get_uids): same (re: CALOBJ_TYPE_ANY)
* pcs/cal-backend.c (build_uids_list): same (re: CALOBJ_TYPE_ANY)