diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-01-21 23:11:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-01-21 23:11:50 +0800 |
commit | 43c9ba9a203084dc5a341c781593d7d7337e2b9a (patch) | |
tree | b432d469caf6b4356ced3db998df8ab5c9ddca04 /addressbook/gui/component/addressbook-storage.h | |
parent | fa21c59a5f421322ad1b678c6b9328c8c074dc6e (diff) | |
download | gsoc2013-evolution-43c9ba9a203084dc5a341c781593d7d7337e2b9a.tar.gz gsoc2013-evolution-43c9ba9a203084dc5a341c781593d7d7337e2b9a.tar.zst gsoc2013-evolution-43c9ba9a203084dc5a341c781593d7d7337e2b9a.zip |
Set the number of cards to return to the value specified in the ldap uri,
2002-01-21 Christopher James Lahey <clahey@ximian.com>
* backend/pas/pas-backend-ldap.c (ldap_search_handler): Set the
number of cards to return to the value specified in the ldap uri,
leaving the default at 100. Fixes Ximian bug #13953.
* gui/component/addressbook-config.c (addressbook_source_dialog),
gui/component/addressbook-config.glade: Added a limit entry here
to edit the limit field of the source.
* gui/component/addressbook-storage.c,
gui/component/addressbook-storage.h
(addressbook_storage_init_source_uri): Added a limit field to this
class and pass that value through in the uri that's generated.
svn path=/trunk/; revision=15415
Diffstat (limited to 'addressbook/gui/component/addressbook-storage.h')
-rw-r--r-- | addressbook/gui/component/addressbook-storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-storage.h b/addressbook/gui/component/addressbook-storage.h index 8416d4de83..b59ec467f7 100644 --- a/addressbook/gui/component/addressbook-storage.h +++ b/addressbook/gui/component/addressbook-storage.h @@ -57,6 +57,7 @@ typedef struct { char *email_addr; /* used in AUTH_SIMPLE */ gboolean remember_passwd; char *uri; /* filled in from the above */ + int limit; } AddressbookSource; void addressbook_storage_setup (EvolutionShellComponent *shell_component, |