[recipes] Fix importing of recipes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Fix importing of recipes
- Date: Fri, 17 Feb 2017 01:59:03 +0000 (UTC)
commit 2b55a75cbed498c87ec7985974bbeca399fedefe
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Feb 16 20:57:23 2017 -0500
Fix importing of recipes
Another fallout from the recipes -> gnome-recipes renaming.
src/gr-recipe-importer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-recipe-importer.c b/src/gr-recipe-importer.c
index 1428d9a..a665dc6 100644
--- a/src/gr-recipe-importer.c
+++ b/src/gr-recipe-importer.c
@@ -259,7 +259,7 @@ copy_image (GrRecipeImporter *importer,
srcpath = g_build_filename (importer->dir, path, NULL);
source = g_file_new_for_path (srcpath);
- orig_dest = g_build_filename (g_get_user_data_dir (), "recipes", path, NULL);
+ orig_dest = g_build_filename (get_user_data_dir (), path, NULL);
destpath = g_strdup (orig_dest);
for (i = 1; i < 10; i++) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]