aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-01-29 00:29:54 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-01-29 00:29:54 +0800
commit7877fcf7ae556864b8d9962e5a6927c2e9f7e434 (patch)
treecac3a81916a885143d006dd7e636d2b125835735 /calendar/ChangeLog
parent4135d44dec7eb285b62e09779462dc971b93b29d (diff)
downloadgsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar.gz
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar.bz2
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar.lz
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar.xz
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.tar.zst
gsoc2013-evolution-7877fcf7ae556864b8d9962e5a6927c2e9f7e434.zip
Fixes #33078
2005-01-28 Rodrigo Moya <rodrigo@novell.com> Fixes #33078 * gui/gnome-cal.c: deal now with categories entirely here, no more "categories_changed" signal from the backends. (free_categories, add_categories, append_category_cb, client_categories_changed_cb, copy_categories): removed. (gnome_calendar_add_source): don't connect to removed signal. (gnome_calendar_destroy): destroy the config listener. (gnome_calendar_init): create a listener for the categories list GConf key. (config_categories_changed_cb): callback for configuration changes in category list. (setup_widgets): initialize the search bar with categories from the configuration. * gui/e-tasks.c (client_categories_changed_cb, e_tasks_add_todo_source, e_tasks_init, config_categories_changed_cb, e_tasks_destroy, setup_widgets): same as gnome-cal.c. svn path=/trunk/; revision=28599
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 39c2bfe6cd..b198b5dc3a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,24 @@
+2005-01-28 Rodrigo Moya <rodrigo@novell.com>
+
+ Fixes #33078
+
+ * gui/gnome-cal.c: deal now with categories entirely here, no more
+ "categories_changed" signal from the backends.
+ (free_categories, add_categories, append_category_cb,
+ client_categories_changed_cb, copy_categories): removed.
+ (gnome_calendar_add_source): don't connect to removed signal.
+ (gnome_calendar_destroy): destroy the config listener.
+ (gnome_calendar_init): create a listener for the categories list
+ GConf key.
+ (config_categories_changed_cb): callback for configuration changes
+ in category list.
+ (setup_widgets): initialize the search bar with categories from
+ the configuration.
+
+ * gui/e-tasks.c (client_categories_changed_cb, e_tasks_add_todo_source,
+ e_tasks_init, config_categories_changed_cb, e_tasks_destroy,
+ setup_widgets): same as gnome-cal.c.
+
2005-01-26 JP Rosevear <jpr@novell.com>
Fixes #71485