aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-28 05:19:07 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-28 05:19:07 +0800
commiteb4fecb99453dc64a4339c9589f33a56adeb20d8 (patch)
tree3dec93b3ead375a41003e88caa376a1859e73c45 /addressbook/gui/component/addressbook-config.c
parent96729a9fd1c06a0b68f774ea608a21fb05969c91 (diff)
downloadgsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.gz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.bz2
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.lz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.xz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.zst
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.zip
set the relative_uri of a local source to be its uid.
2004-01-27 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.c (dialog_to_source): set the relative_uri of a local source to be its uid. * gui/component/addressbook-migrate.c (migrate_contact_folder_to_source): remove the dest_group arg, since we don't use it. (migrate_contact_folder): set the relative uri of the source to be its uid. (PERSONAL_RELATIVE_URI): "Personal" -> "system". (create_groups): don't actually make the directory hierarchy for the personal folder here. let e-d-s do that. Also remove OnThisComputer from the base uri. (migrate_local_folders): track change to migrate_contact_folder_to_source. svn path=/trunk/; revision=24478
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index e5ecdd8f28..2897308ab3 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -257,7 +257,7 @@ dialog_to_source (AddressbookSourceDialog *dialog, ESource *source, gboolean tem
relative_uri = e_source_peek_relative_uri (source);
if (!relative_uri || !strlen (relative_uri))
- e_source_set_relative_uri (source, e_source_peek_name (source));
+ e_source_set_relative_uri (source, e_source_peek_uid (source));
}
if (!temporary && !e_source_peek_group (source))