diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2005-02-03 15:06:10 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2005-02-03 15:06:10 +0800 |
commit | 9e0c55571c469803870d5265e8a300e691114123 (patch) | |
tree | b40046efe900a6635b1d533aa99d877ccd3aedad /addressbook/ChangeLog | |
parent | 27d2d424c57ad018c536442770bad7bed0e2558a (diff) | |
download | gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar.gz gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar.bz2 gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar.lz gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar.xz gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.tar.zst gsoc2013-evolution-9e0c55571c469803870d5265e8a300e691114123.zip |
Implement based on the create_groups () function in addressbook-migrate.c.
2004-02-02 Hans Petter Jansson <hpj@ximian.com>
* gui/component/addressbook-component.c (ensure_sources): Implement
based on the create_groups () function in addressbook-migrate.c.
(addressbook_component_init): Call ensure_sources (). This will create
the necessary addressbook source groups if they somehow disappeared
from GConf.
* gui/component/addressbook-config.c (addressbook_config_edit_source):
If we can't get any source groups, just issue a console warning and
return NULL. Creating sources without groups is meaningless.
Work around for #67411
svn path=/trunk/; revision=28685
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index be0156597e..9eab108cd8 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,16 @@ +2004-02-02 Hans Petter Jansson <hpj@ximian.com> + + * gui/component/addressbook-component.c (ensure_sources): Implement + based on the create_groups () function in addressbook-migrate.c. + (addressbook_component_init): Call ensure_sources (). This will create + the necessary addressbook source groups if they somehow disappeared + from GConf. + + * gui/component/addressbook-config.c (addressbook_config_edit_source): + If we can't get any source groups, just issue a console warning and + return NULL. Creating sources without groups is meaningless. + Work around for #67411 + 2005-02-02 Rodney Dawes <dobey@novell.com> * gui/component/ldap-config.glade: Fix a small spacing issue in the |