aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-13 19:54:50 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-13 19:54:50 +0800
commitf7b5533e5eb094f0c9a45d6224f9ea3b44c721b7 (patch)
tree3244758fff4522aa632d4541635b75e9a310c339 /calendar/ChangeLog
parent84aa765a197eacbb8e09fc0af2e1e00937ae6178 (diff)
downloadgsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar.gz
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar.bz2
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar.lz
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar.xz
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.tar.zst
gsoc2013-evolution-f7b5533e5eb094f0c9a45d6224f9ea3b44c721b7.zip
** Fix for bug #567045
2009-01-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #567045 * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct), (e_meeting_time_selector_on_canvas_scroll_event): Escalate scroll event's to a scrolled window, to let mouse wheel work over data too. svn path=/trunk/; revision=37064
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 8525e94966..7956a56b78 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-13 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #567045
+
+ * gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct),
+ (e_meeting_time_selector_on_canvas_scroll_event): Escalate scroll
+ event's to a scrolled window, to let mouse wheel work over data too.
+
2009-01-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #563364