summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-show.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-06-30 13:42:22 -0400
committerColin Walters <walters@verbum.org>2012-06-30 13:42:24 -0400
commit311493338e89874cc0a1248f77ad1bc22b409541 (patch)
tree9c9d705256994f42878633448f1e7a8b5a6f873b /src/ostree/ot-builtin-show.c
parentd5a1f1deda602e00cd55724ae7f0c296a38b3994 (diff)
downloadostree-311493338e89874cc0a1248f77ad1bc22b409541.tar.gz
core: Drop ot_gfile_new_for_path
Not necessary anymore since we switched to GIO_USE_VFS=local in the binaries.
Diffstat (limited to 'src/ostree/ot-builtin-show.c')
-rw-r--r--src/ostree/ot-builtin-show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-show.c b/src/ostree/ot-builtin-show.c
index 8edc4c72..72b88784 100644
--- a/src/ostree/ot-builtin-show.c
+++ b/src/ostree/ot-builtin-show.c
@@ -65,7 +65,7 @@ do_print_variant_generic (const GVariantType *type,
ot_lobj GFile *f = NULL;
ot_lvariant GVariant *variant = NULL;
- f = ot_gfile_new_for_path (filename);
+ f = g_file_new_for_path (filename);
if (!ot_util_variant_map (f, type, TRUE, &variant, error))
goto out;