diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-10-20 00:08:50 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-10-20 00:08:50 +0800 |
commit | 20115b3d529724db653b8323e195237b33bb3873 (patch) | |
tree | 4dc6f5999b8502d63feb7e2952e4a5e79f6fd9df /calendar/ChangeLog | |
parent | 92d0b48b3ca0793ea7f3be32c189302ca6ec60f2 (diff) | |
download | gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar.gz gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar.bz2 gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar.lz gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar.xz gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.tar.zst gsoc2013-evolution-20115b3d529724db653b8323e195237b33bb3873.zip |
new function (update_query): call set_status_message
2001-10-19 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-model.c (set_status_message): new function
(update_query): call set_status_message
(query_query_done_cb):
(query_eval_error_cb): clean up status bar messages
(get_location, set_location): new functions for setting and
retrieving the location in the calendar model
svn path=/trunk/; revision=13794
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 591f97b60a..3d8ecd62ae 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2001-10-19 Rodrigo Moya <rodrigo@ximian.com> + * gui/calendar-model.c (set_status_message): new function + (update_query): call set_status_message + (query_query_done_cb): + (query_eval_error_cb): clean up status bar messages + (get_location, set_location): new functions for setting and + retrieving the location in the calendar model + +2001-10-19 Rodrigo Moya <rodrigo@ximian.com> + * gui/component-factory.c (owner_set_cb): keep a reference to the EvolutionShellClient component |