diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-31 00:07:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-31 00:07:50 +0800 |
commit | 49827539cbca11048eac4dc19082acd8e9c8974a (patch) | |
tree | e9fba5a715ca2fd86c96651c3fcb01a62912685d /addressbook/ChangeLog | |
parent | 42a08a1b798ab23c5bc76679cbb319df271cdac6 (diff) | |
download | gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar.gz gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar.bz2 gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar.lz gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar.xz gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.tar.zst gsoc2013-evolution-49827539cbca11048eac4dc19082acd8e9c8974a.zip |
[ gui part of the fix required for #48665 ]
2004-03-30 Chris Toshok <toshok@ximian.com>
[ gui part of the fix required for #48665 ]
* gui/widgets/e-addressbook-model.c (get_view): pass the source's
"limit" property (if it exists) to e_book_async_get_book_view.
svn path=/trunk/; revision=25242
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 840b9da6cf..db0fcd13a2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-03-30 Chris Toshok <toshok@ximian.com> + + [ gui part of the fix required for #48665 ] + + * gui/widgets/e-addressbook-model.c (get_view): pass the source's + "limit" property (if it exists) to e_book_async_get_book_view. + 2004-03-29 Larry Ewing <lewing@ximian.com> * gui/component/addressbook-component.c |