diff options
author | Chris Toshok <toshok@ximian.com> | 2001-08-18 10:06:55 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-08-18 10:06:55 +0800 |
commit | 949a6ef6dcbf28e1bb9b927eae734994fcfa8e42 (patch) | |
tree | 5468721d43ea5021c4bc14d5ded4ce7ab96e2ca1 /addressbook/ChangeLog | |
parent | 9e73a0deea0451db383962a087f9bc0f966fd98f (diff) | |
download | gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar.gz gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar.bz2 gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar.lz gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar.xz gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.tar.zst gsoc2013-evolution-949a6ef6dcbf28e1bb9b927eae734994fcfa8e42.zip |
rename physical_uri to uri, since it includes the addressbook.db for file:
2001-08-17 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names.c: (struct
ESelectNamesFolder): rename physical_uri to uri, since it includes
the addressbook.db for file: uris.
(e_select_names_folder_free): physical_uri => uri.
(e_select_names_option_activated): physical_uri => uri, and we
don't need to strdup_printf "addressbook.db" onto the end anymore.
(new_folder): if the physical_uri is a file: uri, append
/addressbook.db onto it.
(hookup_listener): new function, split out lots of code from
e_select_names_hookup_shell_listener.
(e_select_names_hookup_shell_listeners): rename
e_select_names_hookup_shell_listener to this, and hookup both the
local and "Other Contacts" listener, using hookup_listener.
(e_select_names_destroy): disconnect from the
other_contacts_listener and unref it.
* gui/component/select-names/e-select-names.h (struct
_ESelectNames): add a listener for Other Contacts, and rename
"listener" to "local_listener."
svn path=/trunk/; revision=12187
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a0a006be3f..6221841ec3 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,25 @@ +2001-08-17 Chris Toshok <toshok@ximian.com> + + * gui/component/select-names/e-select-names.c: (struct + ESelectNamesFolder): rename physical_uri to uri, since it includes + the addressbook.db for file: uris. + (e_select_names_folder_free): physical_uri => uri. + (e_select_names_option_activated): physical_uri => uri, and we + don't need to strdup_printf "addressbook.db" onto the end anymore. + (new_folder): if the physical_uri is a file: uri, append + /addressbook.db onto it. + (hookup_listener): new function, split out lots of code from + e_select_names_hookup_shell_listener. + (e_select_names_hookup_shell_listeners): rename + e_select_names_hookup_shell_listener to this, and hookup both the + local and "Other Contacts" listener, using hookup_listener. + (e_select_names_destroy): disconnect from the + other_contacts_listener and unref it. + + * gui/component/select-names/e-select-names.h (struct + _ESelectNames): add a listener for Other Contacts, and rename + "listener" to "local_listener." + 2001-08-17 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-completion.c |