This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository entice.
View the commit online.
commit 33350b22b8988cb25cf3b8432f1d6a216c093928
Author: Vincent Torri <[email protected]>
AuthorDate: Sun Nov 9 18:38:20 2025 +0100
rename .eet thumb files to .ent file
---
src/bin/entice_thumb_common.c | 2 +-
src/bin/entice_thumb_gen.c | 2 +-
src/bin/thumb_generator/entice_thumb_generator.c | 4 ++--
src/bin/thumb_generator/entice_thumb_viewer.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/bin/entice_thumb_common.c b/src/bin/entice_thumb_common.c
index df46bac..005f45a 100644
--- a/src/bin/entice_thumb_common.c
+++ b/src/bin/entice_thumb_common.c
@@ -127,7 +127,7 @@ entice_thumb_path_get(const char *path)
eina_strbuf_append_char(buf, sha_str[1]);
eina_strbuf_append_char(buf, '/');
eina_strbuf_append_length(buf, sha_str, 40);
- eina_strbuf_append(buf, ".eet");
+ eina_strbuf_append(buf, ".ent");
return buf;
}
diff --git a/src/bin/entice_thumb_gen.c b/src/bin/entice_thumb_gen.c
index a69374d..7229c34 100644
--- a/src/bin/entice_thumb_gen.c
+++ b/src/bin/entice_thumb_gen.c
@@ -64,7 +64,7 @@ elm_main(int argc, char *argv[])
Eet_File *ef;
const char *path; /* image file name */
const char *mime; /* image mime type */
- const char *thumb; /* output thumb file name (.eet) */
+ const char *thumb; /* output Eet thumb file name (.ent) */
int ret;
if (argc < 4) return 100;
diff --git a/src/bin/thumb_generator/entice_thumb_generator.c b/src/bin/thumb_generator/entice_thumb_generator.c
index 5afdbfe..5c2551c 100644
--- a/src/bin/thumb_generator/entice_thumb_generator.c
+++ b/src/bin/thumb_generator/entice_thumb_generator.c
@@ -77,7 +77,7 @@ _entice_thumb_output_close(Eet_File *ef, const char *thumb)
* 3 arguments:
* - full path of original image file
* - mime type of original file name
- * - full path of output thumb file (.eet)
+ * - full path of output Eet thumb file (.ent)
*/
EAPI_MAIN int
elm_main(int argc, char *argv[])
@@ -86,7 +86,7 @@ elm_main(int argc, char *argv[])
Eet_File *ef;
const char *path; /* image file name */
const char *mime; /* image mime type */
- const char *thumb; /* output thumb file name (.eet) */
+ const char *thumb; /* output Eet thumb file name (.ent) */
int ret;
if (argc < 4) return 100;
diff --git a/src/bin/thumb_generator/entice_thumb_viewer.c b/src/bin/thumb_generator/entice_thumb_viewer.c
index cd0328d..5b7684e 100644
--- a/src/bin/thumb_generator/entice_thumb_viewer.c
+++ b/src/bin/thumb_generator/entice_thumb_viewer.c
@@ -19,7 +19,7 @@
typedef struct
{
- Eina_Strbuf *buf; /* path of .eet file */
+ Eina_Strbuf *buf; /* path of Eet .ent file */
Ecore_Exe *exe;
Eet_File *ef;
Evas_Object *vbox;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.