From x2go@ymir.das-netzwerkteam.de  Thu Jan 28 01:45:55 2016
Received: (at control) by bugs.x2go.org; 28 Jan 2016 00:46:06 +0000
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00,
	URIBL_BLOCKED autolearn=ham version=3.3.2
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 148DB5DA93;
	Thu, 28 Jan 2016 01:45:55 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id xhQHpXesedwc; Thu, 28 Jan 2016 01:45:53 +0100 (CET)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id B8F1D5DA91; Thu, 28 Jan 2016 01:45:53 +0100 (CET)
From: Mihai Moldovan <ionic@ionic.de>
To: 953-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 953@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20160128004553.B8F1D5DA91@ymir.das-netzwerkteam.de>
Date: Thu, 28 Jan 2016 01:45:53 +0100 (CET)

tag #953 pending
fixed #953 4.0.5.1
thanks

Hello,

X2Go issue #953 (src:x2goclient) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=66a2ab2

The issue will most likely be fixed in src:x2goclient (4.0.5.1).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 66a2ab231ff2c982d2b72ab2ca94e4ebc6ed74b9
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Thu Jan 28 01:45:26 2016 +0100

    onmainwindow.cpp: use lowercase version of locale. Fixes: #953.
    
    Fixes loading up the nb_NO translation file, which is actually baked as
    nb_no into the binary.

diff --git a/debian/changelog b/debian/changelog
index 9aae452..24053a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ x2goclient (4.0.5.1-0x2go1) UNRELEASED; urgency=low
     - macbuild.sh: add stdlib forcing. Should not be used unless you really
       know what you're doing. If you ponder using this, you probably don't.
     - res/resources.rcc: add Turkish translation file. Fixes: #987.
+    - onmainwindow.cpp: use lowercase version of locale. Fixes: #953.
+      Fixes loading up the nb_NO translation file, which is actually baked as
+      nb_no into the binary.
   * debian/control:
     - Change apache2-dev | libc6-dev build dependency back to apache2-dev
       only. Otherwise, apache2-dev is not installed at all, even though

