diff options
author | JP Rosevear <jpr@ximian.com> | 2004-05-04 02:23:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-04 02:23:10 +0800 |
commit | ad588e68259e982b066b203eff0fc508e5bc27e3 (patch) | |
tree | 5c153792ecb60f9cf2673261c8df95479340b7e4 /calendar/ChangeLog | |
parent | 4fc19832d2d8d2856a5774dcf56961d429b4d1fe (diff) | |
download | gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar.gz gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar.bz2 gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar.lz gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar.xz gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.tar.zst gsoc2013-evolution-ad588e68259e982b066b203eff0fc508e5bc27e3.zip |
listen for double click signal (e_cal_list_view_on_table_double_click):
2004-05-03 JP Rosevear <jpr@ximian.com>
* gui/e-cal-list-view.c (setup_e_table): listen for double click
signal
(e_cal_list_view_on_table_double_click): edit the appointment that
was double clicked on
svn path=/trunk/; revision=25762
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 66967a7c29..8cd9b1a3ca 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2004-05-03 JP Rosevear <jpr@ximian.com> + * gui/e-cal-list-view.c (setup_e_table): listen for double click + signal + (e_cal_list_view_on_table_double_click): edit the appointment that + was double clicked on + +2004-05-03 JP Rosevear <jpr@ximian.com> + * gui/calendar-component.c (set_info): set the info label (calendar_dates_changed_cb): call back for when the dates of the calendar change |