diff options
author | Hari Prasad Nadig <hp@ndeepak.info> | 2004-04-02 02:52:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-04-02 02:52:25 +0800 |
commit | 823c4492c54d09fab675b1c15966ef981a58ca9e (patch) | |
tree | 37457efcf4bb425932df460c379c95d8325d8c53 /addressbook/ChangeLog | |
parent | f482d0f961d82ed254aa48f1ad72b59f33f46a85 (diff) | |
download | gsoc2013-evolution-823c4492c54d09fab675b1c15966ef981a58ca9e.tar.gz gsoc2013-evolution-823c4492c54d09fab675b1c15966ef981a58ca9e.tar.zst gsoc2013-evolution-823c4492c54d09fab675b1c15966ef981a58ca9e.zip |
Fixes #53433.
2004-04-01 Hari Prasad Nadig <hp@ndeepak.info>
Fixes #53433.
* gui/component/addressbook-config.c (searching_tab_check): added
the tab check for search tab.
(dialog_to_source): added timeout to be saved.
(source_to_dialog): just a piece to retrieve timeout from source.
(addressbook_root_dse_query): few necessary changes.
(do_ldap_root_dse_query): again few changes that were required.
* gui/component/ldap-config.glade : set right the Hscale to
display the selected value.
svn path=/trunk/; revision=25281
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b426e40064..49ecb6d969 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,17 @@ +2004-04-01 Hari Prasad Nadig <hp@ndeepak.info> + + Fixes #53433. + + * gui/component/addressbook-config.c (searching_tab_check): added + the tab check for search tab. + (dialog_to_source): added timeout to be saved. + (source_to_dialog): just a piece to retrieve timeout from source. + (addressbook_root_dse_query): few necessary changes. + (do_ldap_root_dse_query): again few changes that were required. + + * gui/component/ldap-config.glade : set right the Hscale to + display the selected value. + 2004-03-30 Chris Toshok <toshok@ximian.com> [ fixes bug #34777 ] |