summaryrefslogtreecommitdiff
path: root/src/atom-writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/atom-writer.c')
-rw-r--r--src/atom-writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atom-writer.c b/src/atom-writer.c
index 8fa1ec8..51609bb 100644
--- a/src/atom-writer.c
+++ b/src/atom-writer.c
@@ -187,7 +187,7 @@ atom_writer_write_to_file (TAtomFeed *feed, const gchar *filename, TGallerySetup
else {
fprintf (f, " <entry>\n");
fprintf (f, " <title>%s</title>\n", item->title);
- s = g_build_path ("/", setup->feed_base_url, item->path, "/", NULL);
+ s = g_build_path ("/", setup->location_base_url, item->path, "/", NULL);
fprintf (f, " <link rel=\"alternate\" type=\"text/html\" href=\"%s\"/>\n", s);
g_free (s);