This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gomatebindings. from 0e4b6d8 Continue development new 8a7cf36 Fix incorrect usage of gettext and stop breaking locales of caja. (Fixes: 1424). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++++++ extension/caja-x2goumount-module.c | 1 - extension/caja-x2goumount.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 8a7cf3610ade26cd6fdc337868007e878e720c9b Author: Иван <soulhunterxx@mail.ru> Date: Fri Dec 13 07:02:45 2019 +0100 Fix incorrect usage of gettext and stop breaking locales of caja. (Fixes: 1424). --- debian/changelog | 6 ++++++ extension/caja-x2goumount-module.c | 1 - extension/caja-x2goumount.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5f3794e..0b87794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,13 @@ x2gomatebindings (0.0.1.7-0~x2go1) UNRELEASED; urgency=medium + [ X2Go Release Manager ] * Continue development + [ Иван ] + * New upstream version (0.0.1.7): + - Fix incorrect usage of gettext and stop breaking locales of caja. + (Fixes: 1424). + -- X2Go Release Manager <git-admin@x2go.org> Wed, 21 Nov 2018 03:58:12 +0100 x2gomatebindings (0.0.1.6-0~x2go1) unstable; urgency=medium diff --git a/extension/caja-x2goumount-module.c b/extension/caja-x2goumount-module.c index 9b31584..e32bc32 100644 --- a/extension/caja-x2goumount-module.c +++ b/extension/caja-x2goumount-module.c @@ -33,7 +33,6 @@ void caja_module_initialize (GTypeModule*module) printf("failed bind domain %s %s\n",GETTEXT_PACKAGE, LOCALEDIR); } bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - textdomain(GETTEXT_PACKAGE); } void caja_module_shutdown (void) diff --git a/extension/caja-x2goumount.c b/extension/caja-x2goumount.c index 714cda6..f60dde3 100644 --- a/extension/caja-x2goumount.c +++ b/extension/caja-x2goumount.c @@ -22,7 +22,7 @@ */ #include <config.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <string.h> #include <caja/libcaja-extension/caja-extension-types.h> #include <caja/libcaja-extension/caja-file-info.h> -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git