diff options
author | Li Yuan <li.yuan@sun.com> | 2004-10-13 12:58:51 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-10-13 12:58:51 +0800 |
commit | cc8be7047b362cc88466d7f880f3cddbe9ecd535 (patch) | |
tree | 9e52f9346d3a08792e225920868a565e82e92a76 /calendar/ChangeLog | |
parent | 894f6a90c2d22d88c45c0226c898b16ed5110a67 (diff) | |
download | gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar.gz gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar.bz2 gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar.lz gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar.xz gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.tar.zst gsoc2013-evolution-cc8be7047b362cc88466d7f880f3cddbe9ecd535.zip |
If main_canvas has focus, do not grub it. Emit the selected_time_changed
2004-10-12 Li Yuan <li.yuan@sun.com>
* gui/e-day-view.c: (e_day_view_on_main_canvas_button_press):
* gui/e-week-view.c: (e_week_view_on_button_press):
If main_canvas has focus, do not grub it. Emit the
selected_time_changed signal after the selection day changed.
svn path=/trunk/; revision=27563
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0346d9050d..00c6add687 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2004-10-12 Li Yuan <li.yuan@sun.com> + + * gui/e-day-view.c: (e_day_view_on_main_canvas_button_press): + * gui/e-week-view.c: (e_week_view_on_button_press): + If main_canvas has focus, do not grub it. Emit the + selected_time_changed signal after the selection day changed. + 2004-10-12 Not Zed <NotZed@Ximian.com> * gui/dialogs/meeting-page.c (button_press_event): convert menu to |