diff options
author | Chris Toshok <toshok@ximian.com> | 2004-06-09 06:11:48 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-06-09 06:11:48 +0800 |
commit | 5ce3f210b969c3e0ab6020911a6bb4b887e46d0a (patch) | |
tree | 60df09eefbd51a752b1fceb2d955b9e598b3b3ed /addressbook/ChangeLog | |
parent | 8777dda60dc8b1d00195ec0451aa5f40edc5c2b2 (diff) | |
download | gsoc2013-evolution-5ce3f210b969c3e0ab6020911a6bb4b887e46d0a.tar.gz gsoc2013-evolution-5ce3f210b969c3e0ab6020911a6bb4b887e46d0a.tar.zst gsoc2013-evolution-5ce3f210b969c3e0ab6020911a6bb4b887e46d0a.zip |
new function. do the get_view in an idle handler.
2004-06-08 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-model.c (get_view_idle): new
function. do the get_view in an idle handler.
(eab_model_set_property): don't call get_view directly from any
setter block. instead just add the idle handler (if it's not
already added.) This keeps us from duplicating queries when both
"book" and "query" are set using the same g_object_set.
svn path=/trunk/; revision=26264
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e61ebf1e97..c42cfb50d5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-06-08 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-addressbook-model.c (get_view_idle): new + function. do the get_view in an idle handler. + (eab_model_set_property): don't call get_view directly from any + setter block. instead just add the idle handler (if it's not + already added.) This keeps us from duplicating queries when both + "book" and "query" are set using the same g_object_set. + + * gui/widgets/e-addressbook-model.h: add book_view_idle_id. + 2004-06-07 Hans Petter Jansson <hpj@ximian.com> Fixes #58921. |