diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-24 04:22:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-24 04:22:35 +0800 |
commit | 174691b2120977e983fcf63bdde0e48c402ba69a (patch) | |
tree | 08e81a329d2f5f5fec016e3fdde7d989f29b4536 /calendar/ChangeLog | |
parent | 445801489ea9a022e17020470f1441171b6d8175 (diff) | |
download | gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar.gz gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar.bz2 gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar.lz gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar.xz gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.tar.zst gsoc2013-evolution-174691b2120977e983fcf63bdde0e48c402ba69a.zip |
adjust the display canvas when the table scrolls
2001-10-23 JP Rosevear <jpr@ximian.com>
* gui/e-meeting-time-sel.c
(e_meeting_time_selector_table_vadjustment_changed): adjust the
display canvas when the table scrolls
(e_meeting_time_selector_construct): listen for table scrolling
svn path=/trunk/; revision=13951
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 9454706d6e..a1fa1eec38 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2001-10-23 JP Rosevear <jpr@ximian.com> + * gui/e-meeting-time-sel.c + (e_meeting_time_selector_table_vadjustment_changed): adjust the + display canvas when the table scrolls + (e_meeting_time_selector_construct): listen for table scrolling + +2001-10-23 JP Rosevear <jpr@ximian.com> + * gui/e-meeting-model.c (build_etable): no longer set the scrollbar policy here |