[gexiv2] Update tools/gexiv2-tool.vala



commit ac839de028dedb0c0ce79f5d8b8064ed03dfe15c
Author: postscript-dev <43813-postscript-dev users noreply gitlab gnome org>
Date:   Sat Feb 20 14:28:38 2021 +0000

    Update tools/gexiv2-tool.vala

 tools/gexiv2-tool.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/gexiv2-tool.vala b/tools/gexiv2-tool.vala
index d8673ef..abfbf93 100644
--- a/tools/gexiv2-tool.vala
+++ b/tools/gexiv2-tool.vala
@@ -108,7 +108,7 @@ int main(string[] args) {
 
         // Try to open the user's file
         GExiv2.Metadata metadata = new GExiv2.Metadata();
-        metadata.from_path(args[1]);
+        metadata.open_path(args[1]);
 
         // Get tag names from file
         var exif_tags = metadata.get_exif_tags();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]