diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-03-29 05:57:07 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-29 05:57:07 +0800 |
commit | 02546395deebd56211a55a7f8e9ad2bf00adddf0 (patch) | |
tree | 8f9e4b95a5d423d71964aec0d14801f0be76c804 /calendar/ChangeLog | |
parent | 583bbec280424953b29502d0e8ba6e0e0947853b (diff) | |
download | gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar.gz gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar.bz2 gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar.lz gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar.xz gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.tar.zst gsoc2013-evolution-02546395deebd56211a55a7f8e9ad2bf00adddf0.zip |
Hold weak references to the CalComponent instead of connecting to the
2003-03-28 Hans Petter Jansson <hpj@ximian.com>
* gui/e-day-view.c (comp_destroy_cb)
(e_day_view_on_long_event_button_press)
(e_day_view_on_event_button_press)
(e_day_view_on_long_event_click)
(e_day_view_on_event_click)
(e_day_view_on_event_double_click)
(e_day_view_on_delete_appointment): Hold weak references to the
CalComponent instead of connecting to the "destroy" signal.
* gui/e-week-view.c (comp_destroy_cb)
(e_week_view_on_text_item_event): Ditto.
svn path=/trunk/; revision=20566
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d73c888fda..02ccd1eedd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,19 @@ 2003-03-28 Hans Petter Jansson <hpj@ximian.com> + * gui/e-day-view.c (comp_destroy_cb) + (e_day_view_on_long_event_button_press) + (e_day_view_on_event_button_press) + (e_day_view_on_long_event_click) + (e_day_view_on_event_click) + (e_day_view_on_event_double_click) + (e_day_view_on_delete_appointment): Hold weak references to the + CalComponent instead of connecting to the "destroy" signal. + + * gui/e-week-view.c (comp_destroy_cb) + (e_week_view_on_text_item_event): Ditto. + +2003-03-28 Hans Petter Jansson <hpj@ximian.com> + Fixes #39954 * gui/dialogs/recurrence-page.c (make_recurrence_special): |