diff options
author | JP Rosevear <jpr@novell.com> | 2004-08-03 02:34:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-03 02:34:30 +0800 |
commit | 30ffb7c72b2647a398a40e9284d98842c1c8de9b (patch) | |
tree | 73dba585c23cd649b7728dcbaa1b67c2026eff02 /addressbook/ChangeLog | |
parent | 5bf015c170d771049f19c008ae9297deb725b0f4 (diff) | |
download | gsoc2013-evolution-30ffb7c72b2647a398a40e9284d98842c1c8de9b.tar.gz gsoc2013-evolution-30ffb7c72b2647a398a40e9284d98842c1c8de9b.tar.zst gsoc2013-evolution-30ffb7c72b2647a398a40e9284d98842c1c8de9b.zip |
get source uid (addrconduit_dupe_configuration): copy source_uid
2004-08-02 JP Rosevear <jpr@novell.com>
* conduit/address-conduit.c (addrconduit_load_configuration): get
source uid
(addrconduit_dupe_configuration): copy source_uid
(addrconduit_destroy_configuration): free source_uid
(e_addr_context_new): get the source list
(e_addr_context_destroy): unref the source list
(pre_sync): open the source that was set earlier
(fill_widgets): set the source option menu value
(create_settings_window): pass source list to pilot settings
(save_settings): save source uid
* conduit/Makefile.am: link to and include misc. widgets
svn path=/trunk/; revision=26799
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6dc495fa19..41f77c51eb 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-08-02 JP Rosevear <jpr@novell.com> + + * conduit/address-conduit.c (addrconduit_load_configuration): get + source uid + (addrconduit_dupe_configuration): copy source_uid + (addrconduit_destroy_configuration): free source_uid + (e_addr_context_new): get the source list + (e_addr_context_destroy): unref the source list + (pre_sync): open the source that was set earlier + (fill_widgets): set the source option menu value + (create_settings_window): pass source list to pilot settings + (save_settings): save source uid + + * conduit/Makefile.am: link to and include misc. widgets + 2004-08-02 Rodney Dawes <dobey@novell.com> * gui/component/ldap-config.glade: Make the main dialog here be |