[gimp] plug-ins: override set_i18n() for file-glob.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: override set_i18n() for file-glob.
- Date: Wed, 8 Jun 2022 18:59:23 +0000 (UTC)
commit 1c5491b69e89ed3eb74ef8f96bd64a00a2c68ba1
Author: Jehan <jehan girinstud io>
Date: Wed Jun 8 19:04:59 2022 +0200
plug-ins: override set_i18n() for file-glob.
I forgot this one, which simply can have its localization disabled. As I
understand, it's mostly for script writer so was never localized. Maybe
it could still be interesting to localize the procedure name and docs,
but for now let's leave it how it always was.
plug-ins/common/file-glob.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/plug-ins/common/file-glob.c b/plug-ins/common/file-glob.c
index b79437e89b..9a3facc732 100644
--- a/plug-ins/common/file-glob.c
+++ b/plug-ins/common/file-glob.c
@@ -74,6 +74,7 @@ glob_class_init (GlobClass *klass)
plug_in_class->query_procedures = glob_query_procedures;
plug_in_class->create_procedure = glob_create_procedure;
+ plug_in_class->set_i18n = NULL;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]