diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-09 04:29:36 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-09 04:29:36 +0800 |
commit | 74d651e09e4af21f3744b2c271fbc5c6332cc5b9 (patch) | |
tree | d812fd91b705d49f449d08b1f72326fda1e8595c /calendar/ChangeLog | |
parent | 0c25330539c89b214d922d1dbc98126c6e41cefc (diff) | |
download | gsoc2013-evolution-74d651e09e4af21f3744b2c271fbc5c6332cc5b9.tar.gz gsoc2013-evolution-74d651e09e4af21f3744b2c271fbc5c6332cc5b9.tar.zst gsoc2013-evolution-74d651e09e4af21f3744b2c271fbc5c6332cc5b9.zip |
Attach signal handlers to the e_scrolled_table's etable rather than to the
2000-12-08 JP Rosevear <jpr@helixcode.com>
* gui/e-calendar-table.c (e_calendar_table_init): Attach signal
handlers to the e_scrolled_table's etable rather than to the
e_scrolled_table directly
(e_calendar_table_on_double_click): This signal provides more
params now
svn path=/trunk/; revision=6866
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b970497853..95a2e21df9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2000-12-08 JP Rosevear <jpr@helixcode.com> + + * gui/e-calendar-table.c (e_calendar_table_init): Attach signal + handlers to the e_scrolled_table's etable rather than to the + e_scrolled_table directly + (e_calendar_table_on_double_click): This signal provides more + params now + 2000-12-07 Christopher James Lahey <clahey@helixcode.com> * gui/e-calendar-table.c: Got rid of code referencing the |