diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-28 03:39:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-05-28 03:39:44 +0800 |
commit | 903a374abb0003caeca472d4902756680b74fd8c (patch) | |
tree | 8f34bad3587ed76a0ba56ebb38c5e51b7d5cb8f7 /my-evolution/ChangeLog | |
parent | 0686cc99cbf58675f5f1e82a0b0706a7f85d0d80 (diff) | |
download | gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar.gz gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar.bz2 gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar.lz gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar.xz gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.tar.zst gsoc2013-evolution-903a374abb0003caeca472d4902756680b74fd8c.zip |
New member gconf_value_changed_handler_id in ESummaryTasks.
* e-summary-tasks.c: New member gconf_value_changed_handler_id in
ESummaryTasks.
(setup_gconf_client): Set it to the ID of the signal connection.
* e-summary-calendar.c: New member gconf_value_changed_handler_id
in ESummaryCalendar.
(setup_gconf_client): Set it to the ID of the signal connection.
* e-summary-tasks.c (generate_html): Remove unused variable.
svn path=/trunk/; revision=21336
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 0338cde89f..d5f831e97f 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,15 @@ +2003-05-27 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-tasks.c: New member gconf_value_changed_handler_id in + ESummaryTasks. + (setup_gconf_client): Set it to the ID of the signal connection. + + * e-summary-calendar.c: New member gconf_value_changed_handler_id + in ESummaryCalendar. + (setup_gconf_client): Set it to the ID of the signal connection. + + * e-summary-tasks.c (generate_html): Remove unused variable. + 2003-05-19 Anna Marie Dirks <anna@ximian.com> * e-summary-preferences.c: This patch HIG-ifies the "New News Feed" |