aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/addressbook-file/addressbook-file.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/addressbook-file/addressbook-file.c')
-rw-r--r--plugins/addressbook-file/addressbook-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/addressbook-file/addressbook-file.c b/plugins/addressbook-file/addressbook-file.c
index 37ed087c01..40d6458b19 100644
--- a/plugins/addressbook-file/addressbook-file.c
+++ b/plugins/addressbook-file/addressbook-file.c
@@ -63,7 +63,7 @@ e_book_file_dummy (EPlugin *epl,
return NULL;
}
- e_source_set_relative_uri (source, e_source_peek_uid (source));
+ e_source_set_relative_uri (source, e_source_get_uid (source));
return NULL;
}