[gnome-builder] podman: don't translate files in case of a podman runtime



commit 760385af438c32e6267629bb9acdd84d8fc2fe04
Author: Günther Wagner <info gunibert de>
Date:   Sun Jan 16 22:54:44 2022 +0100

    podman: don't translate files in case of a podman runtime

 src/plugins/podman/gbp-podman-runtime.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/plugins/podman/gbp-podman-runtime.c b/src/plugins/podman/gbp-podman-runtime.c
index 83630be5f..1c30d5443 100644
--- a/src/plugins/podman/gbp-podman-runtime.c
+++ b/src/plugins/podman/gbp-podman-runtime.c
@@ -121,6 +121,7 @@ gbp_podman_runtime_class_init (GbpPodmanRuntimeClass *klass)
   i_object_class->destroy = gbp_podman_runtime_destroy;
 
   runtime_class->create_launcher = gbp_podman_runtime_create_launcher;
+  runtime_class->translate_file = NULL;
 }
 
 static void


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