diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-21 10:26:55 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-21 10:26:55 +0800 |
commit | 0ebe18356658bb57a0c69f872a38ceb58259bfe1 (patch) | |
tree | 2fec11f7f6af06642ba02799e798f778ad3fa7ad /calendar/ChangeLog | |
parent | 3d9a80f3a8c2efc7cb2857a50a42805775fccbf6 (diff) | |
download | gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar.gz gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar.bz2 gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar.lz gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar.xz gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.tar.zst gsoc2013-evolution-0ebe18356658bb57a0c69f872a38ceb58259bfe1.zip |
callback for obj_updated or obj_removed. (gnome_calendar_new): hook up
* gui/gnome-cal.c (gnome_calendar_changed_cb): callback for
obj_updated or obj_removed.
(gnome_calendar_new): hook up gnome_calendar_changed_cb so if
evolution is running twice, they will both see changes right away.
svn path=/trunk/; revision=2538
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1e1028b2a5..b128d4e0a7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2000-04-20 Seth Alves <alves@hungry.com> + * gui/gnome-cal.c (gnome_calendar_changed_cb): callback for + obj_updated or obj_removed. + (gnome_calendar_new): hook up gnome_calendar_changed_cb so if + evolution is running twice, they will both see changes right away. + * 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. |