aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2005-01-21 23:26:17 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2005-01-21 23:26:17 +0800
commite225daa7c387d37c3faf00b15ee0ed661df1432f (patch)
tree9ef4ace7caff5fc61af6e8b082935dcb47df5f59 /addressbook/gui/component/addressbook-config.c
parent78aed93da85fe28c438e137bcefe73c6a5d1be7f (diff)
downloadgsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar.gz
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar.bz2
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar.lz
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar.xz
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.tar.zst
gsoc2013-evolution-e225daa7c387d37c3faf00b15ee0ed661df1432f.zip
reverting my last change, we will acheive the same thing with
2005-01-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/address-config.c (eabc_commit) : reverting my last change, we will acheive the same thing with addressbook-file plguin in a better way svn path=/trunk/; revision=28484
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index d65a9beded..7b69fb8c4f 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -949,7 +949,6 @@ eabc_commit(EConfig *ec, GSList *items, void *data)
#endif
} else {
d(printf("committing new source\n"));
- e_source_set_relative_uri (sdialog->source, e_source_peek_uid (sdialog->source));
e_source_group_add_source(sdialog->source_group, sdialog->source, -1);
e_source_list_sync(sdialog->source_list, NULL);
}