aboutsummaryrefslogtreecommitdiff
path: root/src/diskio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diskio.c')
-rw-r--r--src/diskio.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/diskio.c b/src/diskio.c
index 35ba71e..1b03e77 100644
--- a/src/diskio.c
+++ b/src/diskio.c
@@ -717,3 +717,3 @@ dir_rmsymlink_file (struct file_triplet *trp, const struct spool *spool,
int
-dir_test_url (mu_url_t url, gconf_locus_t *locus)
+dir_test_url (mu_url_t url, grecs_locus_t *locus)
{
@@ -725,3 +725,3 @@ dir_test_url (mu_url_t url, gconf_locus_t *locus)
{
- gconf_error (locus, 0, _("cannot extract directory part from URL: %s"),
+ grecs_error (locus, 0, _("cannot extract directory part from URL: %s"),
mu_strerror (rc));
@@ -732,5 +732,5 @@ dir_test_url (mu_url_t url, gconf_locus_t *locus)
if (rc)
- gconf_error (locus, rc, _("cannot access %s"), dest_dir);
+ grecs_error (locus, rc, _("cannot access %s"), dest_dir);
else
- gconf_error (locus, 0, _("%s is not a directory"), dest_dir);
+ grecs_error (locus, 0, _("%s is not a directory"), dest_dir);
return 1;

Return to:

Send suggestions and report system problems to the System administrator.