diff options
author | JP Rosevear <jpr@ximian.com> | 2003-05-19 23:21:43 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-05-19 23:21:43 +0800 |
commit | fef3f0acc78f134501e8a13386e5ad49380ac17f (patch) | |
tree | 35ec7b657c0d45d4315493181e075730adc7cc38 /calendar/ChangeLog | |
parent | 7748a06d1cc8185b42cd63c18d2fccbcd118c4fc (diff) | |
download | gsoc2013-evolution-fef3f0acc78f134501e8a13386e5ad49380ac17f.tar.gz gsoc2013-evolution-fef3f0acc78f134501e8a13386e5ad49380ac17f.tar.zst gsoc2013-evolution-fef3f0acc78f134501e8a13386e5ad49380ac17f.zip |
Fixes #43103
2003-05-19 JP Rosevear <jpr@ximian.com>
Fixes #43103
* gui/e-day-view.c (e_day_view_init): connect normally instead of
after so that our boolean return values afffect the action signal
emmissions properly
(e_day_view_on_top_canvas_drag_motion): fix proto to be a gboolean
(e_day_view_on_main_canvas_drag_motion): ditto
* gui/e-week-view.c (e_week_view_init): connect normally instead
of after so that our boolean return values afffect the action
signal emmissions properly
svn path=/trunk/; revision=21250
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 12793b0f39..7365bcb37f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2003-05-19 JP Rosevear <jpr@ximian.com> + + Fixes #43103 + + * gui/e-day-view.c (e_day_view_init): connect normally instead of + after so that our boolean return values afffect the action signal + emmissions properly + (e_day_view_on_top_canvas_drag_motion): fix proto to be a gboolean + (e_day_view_on_main_canvas_drag_motion): ditto + + * gui/e-week-view.c (e_week_view_init): connect normally instead + of after so that our boolean return values afffect the action + signal emmissions properly + 2003-05-16 JP Rosevear <jpr@ximian.com> * gui/dialogs/comp-editor.c (make_title_from_comp): the title is |