diff options
Diffstat (limited to 'src/atom-writer.c')
| -rw-r--r-- | src/atom-writer.c | 2 |
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); |
