diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-21 10:35:18 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-21 10:35:18 +0800 |
commit | 115bdd59278dbbc2111c88b80be065db72e08528 (patch) | |
tree | 25e84e4daab30639c65a30af8be5902779bef2f5 /calendar/ChangeLog | |
parent | 0ebe18356658bb57a0c69f872a38ceb58259bfe1 (diff) | |
download | gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar.gz gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar.bz2 gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar.lz gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar.xz gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.tar.zst gsoc2013-evolution-115bdd59278dbbc2111c88b80be065db72e08528.zip |
new function: callback for listener's object updated signal.
* gui/gnome-cal.c (gnome_calendar_changed_cb): new function: callback
for listener's object updated signal.
(gnome_calendar_object_removed_cb): new function: callback for
listener's object removed signal.
(gnome_calendar_new): hook up listener's "obj_updated" and
"obj_removed" signals so if evolution is running twice,
they will both see changes right away.
(gnome_calendar_object_changed): don't call update_all, since
it will be called by the listener.
(gnome_calendar_remove_object): don't call update_all
(gnome_calendar_add_object): don't call update_all
svn path=/trunk/; revision=2539
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b128d4e0a7..4a746a513d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,9 +1,16 @@ 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/gnome-cal.c (gnome_calendar_changed_cb): new function: callback + for listener's object updated signal. + (gnome_calendar_object_removed_cb): new function: callback for + listener's object removed signal. + (gnome_calendar_new): hook up listener's "obj_updated" and + "obj_removed" signals so if evolution is running twice, + they will both see changes right away. + (gnome_calendar_object_changed): don't call update_all, since + it will be called by the listener. + (gnome_calendar_remove_object): don't call update_all + (gnome_calendar_add_object): don't call update_all * gui/gncal-full-day.c (child_realize): create fullday's gcs even if pixmap_bell has already been created. this was |